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#httpConfigas@SupabaseInternal
GoTrue
- Make
SessionStatus.LoadingFromStoragethe default forGoTrue#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#schemeandGoTrueConfig#hoston Android and Apple platforms. (#244) - Add
GoTrue#parseSessionFromFragment(fragment) - Add
GoTrue#parseSessionFromUrl(url)