0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/test/unit/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 Protected against empty admin api key 2019-01-18 17:54:04 +01:00
members Wired members service up to api and app (#10262) 2018-12-11 15:18:07 +07:00
session Added easy way to enable admin api key authentication 2019-01-18 18:57:58 +01:00
auth-strategies_spec.js
authenticate_spec.js Session auth service (#9910) 2018-10-02 15:35:23 +07:00
oauth_spec.js
passport_spec.js