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
Fabien O'Carroll 4e6a6a24ac Updated Admin API key auth to require kid in header (#10538)
* Required kid be a header claim as according to spec

https://tools.ietf.org/html/rfc7515#section-4.1.4 (JWT is an extension of JWS)

* Updated error message for missing kid

* Fixed admin-api key unit tests

* Fixed regression and acceptance tests
2019-02-26 11:03:47 +07:00
..
api-key Updated Admin API key auth to require kid in header (#10538) 2019-02-26 11:03:47 +07:00
members Added support for serverside rendering of members content (#10522) 2019-02-25 17:03:27 +01:00
session Added easy way to enable admin api key authentication 2019-01-18 18:57:58 +01:00
auth-strategies.js
authenticate.js Enabled Admin API key authentication 2019-01-30 19:17:25 +00:00
authorize.js Improved error messages for failed authorization 2019-02-21 13:19:57 +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