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
auth-strategies.js
authenticate.js
authorize.js
index.js
oauth.js
passport.js
utils.js