2
Email Verification API support with SD-JWT for native email verification
Source: supabase/supabase#46914 · opened by @hieuwu
Summary As of now, native Android app can get Digital Credential, extract SD-JWT token to perform email verification directly in the app. This brings a lot of convenience over traditional email verification via link sent to email. With this new experience, it would be nice if Supabase can support some mechanism to set up and an API to verify email with SD-JWT. Limitation No direct support from API so can not build a robust end-to-end solution from SDK This new SD-JWT has nothing to do with OIDC so can not take advantage of any current Auth API Work around solution We can achieve the whole flow with Edge Function, but it requires complex set up and not developer-friendly. Below is my solution built with supabase-kt. High level Screenshot Implementation of sd-jwt token extract from Android Send the token to Edge Function Reference [Implement email verification with the Digital Credentials API]( [OpenID for Verifiable Presentations 1.0]( [SD-JWT …
No pledges yet. Be the first to back this.
Comments
Similar requests
https://github.com/supabase/supabase/discussions
2 votes · 0 comments
feat: Identify which email was verified during the two-step email update process
1 vote · 0 comments
Make Apple provider Secret Key optional for native-only Sign in with Apple
6 votes · 0 comments
Supabase client not working properly with React Native CLI
3 votes · 0 comments
Verify password via API client
4 votes · 0 comments
No comments yet.