Skip to content

next-auth@5.0.0-beta.32

Pre-release
Pre-release

Choose a tag to compare

@gustavovalverde gustavovalverde released this 20 Jul 23:23
e293b37

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.