0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/web
naz 6cc0c2b76b
🐛 Fixed signing key identificaiton in JWKs
refs https://github.com/TryGhost/Team/issues/1640

- The signing key returned by `GET /ghost/.well-known/jwks.json` was missing an OPTIONAL `use: "sig"` attribute needed to identify it as a signing key in client libraries. E.g. pyton lib: "pyjwt" or node lib: "jwks-client"
- More about the "use" attribute at RFC7515 - https://www.rfc-editor.org/rfc/rfc7515#section-4.1.4
2022-05-24 12:20:30 +01:00
..
admin Renamed "client" references to "admin" 2022-05-17 09:05:44 +01:00
api Removed code + test for old type param 2022-05-16 15:07:31 +01:00
members Removed unused frontend offer endpoint (#14816) 2022-05-13 17:20:09 +05:30
parent Renamed "client" references to "admin" 2022-05-17 09:05:44 +01:00
shared Centralized base API path value across server codebase 2022-03-09 17:15:51 +08:00
index.js
well-known.js 🐛 Fixed signing key identificaiton in JWKs 2022-05-24 12:20:30 +01:00