FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests