0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/services
Fabien O'Carroll cb0c5dc582
Session auth service (#9910)
refs #9865

* This service handles the session store and exporting middleware to be
used for creating and managing sessions

* Updates the auth service index.js file in line with how we do things elsewhere

* After wrapping the exports in a getter, the usage of rewire had broken
the authenticate tests, this commit _removes_ rewire from the tests, calls `init` on
the models before the tests (needed because rewire isn't there) and also
cleans up the use of var.
2018-10-02 15:35:23 +07:00
..
apps
auth Session auth service (#9910) 2018-10-02 15:35:23 +07:00
mail Changed http to https links 2018-08-16 12:13:24 +02:00
permissions
routing Replaced setPrototypeOf with Object.setPrototypeOf 2018-09-20 17:50:57 +02:00
rss Fixed correct promise order in RSS feed generator (#9726) 2018-09-10 11:39:38 +02:00
settings 🐛Fixed blog not responding when uploading routes.yaml with unknown taxonomy (#9926) 2018-10-01 20:40:29 +02:00
themes Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
url Updated overrides config for api versions with v0.1 to deprecated (#9921) 2018-09-27 19:34:12 +02:00
labs.js
slack.js Changed http to https links 2018-08-16 12:13:24 +02:00
webhooks.js
xmlrpc.js Fixed RPC pings (#9816) 2018-08-23 15:20:29 +02:00