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
core: getToken() now returns null instead of throwing when the Authorization header contains a malformed Bearer value
core: OAuth state, nonce, and PKCE check cookies are now bound to the provider that created them and are rejected when a different provider handles the callback
core: email addresses are Unicode-normalized (NFKC) before validation in the default email normalizer, closing a homoglyph @ bypass
Other
deps: resolve Dependabot alerts via cross-major dependency upgrades (#13449)
deps: resolve Dependabot security advisories via pnpm overrides (#13441)
deps: allow nodemailer 8 in peer dependency ranges (#13434)