You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add post-decode issuer mismatch check and cross-issuer test
After jwt.decode verifies the signature against the detected issuer's
JWKS, explicitly assert that the verified iss claim matches the issuer
we routed to. This makes the invariant enforced rather than emergent,
closing a theoretical hole if two issuers ever shared a JWKS endpoint.
0 commit comments