Ghost/ghost/members-api/lib
Naz 9756094ae2 🐛 Fixed signing key mismatching in JWT/JWKS
refs https://github.com/TryGhost/Team/issues/1640
closes https://github.com/TryGhost/Members/pull/401/
refs https://forum.ghost.org/t/ghost-jwt-question-possible-bug/30210

- Without `keyid` parameter some of the clien libraries were not able to match the signin key to verify JWT
- Missing `keyid` parameter allows to indicate the key used to secure JWS (as per https://www.rfc-editor.org/rfc/rfc7515#section-4.1.4) and resolves the automatic matching issue on the client.
- The `kid` parameter was left in claims to avoid accidental breaking changes.
2022-05-23 18:45:08 +08:00
..
controllers Fixed checkout session creation with just offer id 2022-05-18 13:12:40 +05:30
repositories Improved bulk unsubscribe operation to use member_id column (#400) 2022-05-20 12:25:58 +02:00
services 🐛 Fixed signing key mismatching in JWT/JWKS 2022-05-23 18:45:08 +08:00
MembersAPI.js Removed hasActiveStripeSubscriptions method (#396) 2022-05-04 10:56:47 +01:00