github supabase-community/supabase-kt 2.0.0-beta-1

latest releases: 3.8.0, 3.7.0, 3.7.0-beta-1...
pre-release2 years ago

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#sendRecoveryEmail to Auth#resetPasswordForEmail and 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 as signInWith(OAuthProvider) but links an additional OAuth provider to an authenticated user
    • Add Auth#unlinkIdentity(identityId)
    • Add Auth#currentIdentitiesOrNull

Don't miss a new supabase-kt release

NewReleases is sending notifications on new releases.