0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/services/auth
Fabien O'Carroll 48923ac327
Wired members service up to api and app (#10262)
* Updated auth service members middleware

refs #10213

* Wired up members api router to the ghost api endpoints

refs #10213

* Created members app for the static pages

refs #10213

* Wired up the members app

refs #10213
2018-12-11 15:18:07 +07:00
..
api-key Added API Key auth middleware to v2 content API (#10005) 2018-10-15 16:23:34 +07:00
members Wired members service up to api and app (#10262) 2018-12-11 15:18:07 +07:00
session Handled error from express-session middleware (#10084) 2018-10-30 16:16:33 +07:00
auth-strategies.js
authenticate.js Renamed API -> Api for v2 auth logic (#10142) 2018-12-03 18:08:57 +01:00
authorize.js Renamed API -> Api for v2 auth logic (#10142) 2018-12-03 18:08:57 +01:00
index.js Session auth service (#9910) 2018-10-02 15:35:23 +07:00
oauth.js Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
passport.js
utils.js