Note
If you can, please start to try out the 2.0.0 version(s) as there are alot of breaking changes from 1.5.X and I cannot test everything! :)
Migration guide will be on the development branch soon! Initial version: here
Changes
Core
- Add tag for all logging occurences
GoTrue
- Rename
Auth#sendRecoveryEmailtoAuth#resetPasswordForEmailand add PKCE support (in #367 by @jan-tennert) - Rework internal implementation of OAuth & SSO login
- Add support for linking OAuth identities (experimental, untested as unsupported in hosted Supabase): (in #368 by @jan-tennert)
- Add
Auth#linkIdentity(OAuthProvider)- The works the same assignInWith(OAuthProvider)but links an additional OAuth provider to an authenticated user - Add
Auth#unlinkIdentity(identityId) - Add
Auth#currentIdentitiesOrNull
- Add