0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/test
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
..
functional Added coverage for absolute urls being generated on post's included tags (#9924) 2018-09-30 21:48:31 +02:00
integration Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
unit Session auth service (#9910) 2018-10-02 15:35:23 +07:00
utils Added new endpoint to upload square profile images with dimension validation (#9862) 2018-09-24 21:42:58 +02:00
.eslintrc.json
.jshintrc