Bugfixes
- core:
getToken()now returnsnullinstead of throwing when theAuthorizationheader 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