Ghost/test
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
..
e2e-api Added basic e2e test for Members API .well-known endpoint 2022-05-24 10:27:46 +08:00
e2e-browser Added note about installing the E2E browsers 2022-02-22 10:20:40 +01:00
e2e-frontend Fixed failing checkout session creation for offers (#14855) 2022-05-18 15:10:07 +05:30
e2e-server 🐛 Fixed signing key identificaiton in JWKs 2022-05-24 12:20:30 +01:00
integration Added products and Stripe data to exports and imports (#14873) 2022-05-20 21:13:58 +01:00
regression Added products and Stripe data to exports and imports (#14873) 2022-05-20 21:13:58 +01:00
unit Added products and Stripe data to exports and imports (#14873) 2022-05-20 21:13:58 +01:00
utils Added products and Stripe data to exports and imports (#14873) 2022-05-20 21:13:58 +01:00
.eslintignore Updated casper test fixture to latest version 2022-01-25 14:10:53 +00:00
.eslintrc.js Upgraded no-skipped-test rule to error 2021-05-26 14:57:43 +01:00
.jshintrc Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00