0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services/auth
Fabien O'Carroll 71160da3b5
🐛 Fixed session auth for blogs running on sub dir (#9986)
closes #9982

This adds the subdirectory to the path for the session cookie, enabling
cookies to be sent/set/parsed for the session authentication to work.
2018-10-11 14:11:24 +07:00
..
session 🐛 Fixed session auth for blogs running on sub dir (#9986) 2018-10-11 14:11:24 +07:00
auth-strategies.js
authenticate.js Wired up {GET,POST,DELETE} /session to v2 admin api 2018-10-05 17:45:17 +07:00
authorize.js Wired up {GET,POST,DELETE} /session to v2 admin api 2018-10-05 17:45:17 +07: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 Replace knex.transaction by models.Base.transaction 2018-05-03 11:44:32 +02:00