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 Added MRR stats service and endpoint (#14427) 2022-04-08 09:18:04 +02:00
admin.test.js Renamed "client" references to "admin" 2022-05-17 09:05:44 +01:00
well-known.test.js Covered well-known endpoint with e2e test 2022-05-20 13:18:26 +08:00