next-auth@5.0.0-beta.32
Pre-release
Pre-release
Beta release for the v5 line.
Picks up the @auth/core@0.41.3 security fixes (malformed Bearer token handling in getToken, provider-bound OAuth check cookies, and NFKC email normalization).
Fixes auth checks failing open on provider configuration errors: a non-OK session response now yields no session instead of an error object, so checks like !!auth fail closed.