0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/services/auth
kirrg001 1126997244 Added easy way to enable admin api key authentication
refs #9865

- small refactoring to make both session and admin api key handling similar
- admin api key authentication is still disabled, but easy to enable
- added proof test how to authenticate using admin api keys
2019-01-18 18:57:58 +01:00
..
api-key Added easy way to enable admin api key authentication 2019-01-18 18:57:58 +01:00
members 🐛 Fixed URL is not a constructor for Node v6 (#10289) 2018-12-17 17:23:45 +05:30
session Added easy way to enable admin api key authentication 2019-01-18 18:57:58 +01:00
auth-strategies.js
authenticate.js Added easy way to enable admin api key authentication 2019-01-18 18:57:58 +01:00
authorize.js Fixed lint 2019-01-18 18:03:15 +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