Skip to content

2.3.0-beta-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jan-tennert jan-tennert released this 24 Mar 08:46
· 152 commits to development since this release
b0ca2ee

Note

There is now a Slack channel for supabase-kt!

Changes

Auth

  • Return full a full UserInfo on sign up by @jan-tennert in #528
    The signUpWith method will now return a UserInfo object for the Email, Phone and IDToken instead of separate Result objects.
  • Allow customizing the custom tab intent on Android by @jan-tennert in #529