Ghost/test/e2e-server
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
..
__snapshots__ 🐛 Fixed signing key identificaiton in JWKs 2022-05-24 12:20:30 +01:00
services/stats
admin.test.js
well-known.test.js Covered well-known endpoint with e2e test 2022-05-20 13:18:26 +08:00