oooh. whats the chances that we need supabase-kt t...
# supabase-kt
c
oooh. whats the chances that we need supabase-kt to add this?
K 1
j
Will need to see how good the new flow is when using Supabase
h
Let me play around with this to see what we can do. Looks like this is a good start when it can go along with Passkeys later https://developer.android.com/identity/digital-credentials/email-verification
❤️ 1
j
🚀 2
h
@Colton Idle I have experimented new Email verification feature along with Supabase. TLDR: as of now seems like there's no API to do email verification with SD-JWT token so we have to have our own Edge Function to do so with Auth admin. It would be nice in the future Supabase can have this API to do this to reduce the complexity. This is my basic solution, the code needs to be polished a bit but it has high level interaction so you can refer to build your own solution. https://github.com/supabase-community/supabase-kt-plugins/pull/96