Ghost/core/server/services/auth/api-key
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
..
admin.js Updated Admin API key auth to require kid in header (#10538) 2019-02-26 11:03:47 +07:00
content.js Added API Key auth middleware to v2 content API (#10005) 2018-10-15 16:23:34 +07:00
index.js Added API Key auth middleware to v2 Admin API (#10006) 2019-01-18 12:45:06 +00:00