github supabase-community/supabase-kt 1.3.0

latest releases: 3.7.0, 3.7.0-beta-1, 3.6.0...
2 years ago

Changes

New module: Compose Auth UI

This module provides auth composables for Compose Multiplatform. Learn more

New module: Compose Auth by @temk0 in #241

This module provides easy to use compose functions to login with Google & Apple natively on their supported platform while still being usable on all Compose platforms (JVM, Android, IOS, JS).
See the README for more information.

Core

  • Mark SupabaseClientBuilder#httpConfig as @SupabaseInternal

GoTrue

  • Make SessionStatus.LoadingFromStorage the default for GoTrue#sessionStatus
  • Add the possibility to use Custom Tabs for OAuth/SSO on Android in #243:
install(GoTrue) {
    defaultExternalAuthAction = ExternalAuthAction.CUSTOM_TABS //defaults to EXTERNAL_BROWSER
}
  • Remove default values for GoTrueConfig#scheme and GoTrueConfig#host on Android and Apple platforms. (#244)
  • Add GoTrue#parseSessionFromFragment(fragment)
  • Add GoTrue#parseSessionFromUrl(url)

New Contributors

Don't miss a new supabase-kt release

NewReleases is sending notifications on new releases.