Skip to content

Native Email Verification (Android only) - #1316

Draft
hieuwu wants to merge 4 commits into
supabase-community:masterfrom
hieuwu:feature/android-email-verification-sd-jwt
Draft

Native Email Verification (Android only)#1316
hieuwu wants to merge 4 commits into
supabase-community:masterfrom
hieuwu:feature/android-email-verification-sd-jwt

Conversation

@hieuwu

@hieuwu hieuwu commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

Example to show case native email verification supabase-community/supabase-kt-plugins#96

What is the current behavior?

Currently user need to open email, click link and when open the app via app link, the app need to perform email verification.
Confirmation email may go to Trash mailbox and hard for them to verify email

What is the new behavior?

Verify their email directly

Additional context

Supabase API has not supported email verification with sd-jwt yet. We need to use Edge Function or backend to perform email confirmation status when user try to verify their email

Email.verification.mp4

api(compose.materialIconsExtended)
addModules(SupabaseModule.AUTH, SupabaseModule.POSTGREST, SupabaseModule.REALTIME)
addModules(SupabaseModule.AUTH, SupabaseModule.POSTGREST, SupabaseModule.REALTIME, SupabaseModule.FUNCTIONS)
api("io.github.jan-tennert.supabase:compose-auth:$pluginVersion")

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to test with plugins, may remove later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant