product · inferred from evidence
JWKS
JSON Web Key Set, a standard for representing public keys used for token validation.
- authMiddleware rejects valid tokens: node-fetch cannot decode Brotli JWKS (ERR_STREAM_PREMATURE_CLOSE)
What this covers: The @descope/nextjs-sdk server-side session validation (authMiddleware, session()) intermittently rejected every valid session token, redirecting all users into an infinite /sign-in loop. The fix that worked: Fixed in @des