Skip to content

Commit

Permalink
Update Compose Auth README
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Nov 8, 2023
1 parent 6599bf7 commit 64ddbb7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/ComposeAuth/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Supabase-kt Compose Auth

Extends gotrue-kt with auth composables for Compose Multiplatform
Extends gotrue-kt with Native Auth composables for Compose Multiplatform

Supported targets:

Expand Down Expand Up @@ -59,10 +59,10 @@ val client = createSupabaseClient(
}
```

# Support
# Native Auth Support

Currently, Compose Auth only supports native login for
Android with Google and iOS with Apple, other variations such as JS and JVM rely on fallback which
Currently, Compose Auth only supports Native Auth for
Android with Google (via Google OneTap and Credential Manager for Android 14+) and iOS with Apple, other variations such as JS and JVM rely on fallback which
by default is GoTrue-kt OAuth flow.

To learn how you can use this plugin in your compose project, visit [Compose Multiplatform](https://github.com/JetBrains/compose-multiplatform/#readme)
Expand Down Expand Up @@ -95,7 +95,7 @@ Button(

# Native Google Auth on Android

Here is a guide on how to use Native Google Auth on Android
Here is a small guide on how to use Native Google Auth on Android:

1. Create a project in your [Google Cloud Developer Console](console.cloud.google.com/)
2. Create OAuth credentials for a Web application, and use your Supabase callback url as redirect url. (**https://ID.supabase.co/auth/v1/callback**)
Expand Down

0 comments on commit 64ddbb7

Please sign in to comment.