0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test
Fabien O'Carroll 1c56221d80 Added API Key auth middleware to v2 Admin API (#10006)
refs #9865

- Added `auth.authenticate.authenticateAdminApiKey` middleware
  - accepts signed JWT in an `Authorization: Ghost [token]` header
  - sets `req.api_key` if the token is valid
- Updated `authenticatePrivate` middleware stack for v2 admin routes
2019-01-18 12:45:06 +00:00
..
functional 🐛 Fixed default resource ordering in Content API (#10371) 2019-01-15 12:21:04 +00:00
integration De-aliased api versions in codebase (#10375) 2019-01-14 19:49:55 +01:00
unit Added API Key auth middleware to v2 Admin API (#10006) 2019-01-18 12:45:06 +00:00
utils Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
.eslintrc.json
.jshintrc