3.2.0-beta-2
Pre-release
Pre-release
·
272 commits
to master
since this release
Changes
Auth
- Deprecate minimalSettings in favor of minimalConfig by @jan-tennert in #916
- Fix null result when sign up with Email provider by @hieuwu in #922
- Add support for providing a custom url launcher by @jan-tennert in #933
You can now provide a customUrlLauncherfor opening URLs in the OAuth flow:install(Auth) { urlLauncher = UrlLauncher { supabase, url -> println("Opening URL: $url") } }