Support generating access_token for phone users via Admin API #37008
Unanswered
rohitsah01
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Feature Request
Please add support to issue Supabase-compatible
access_tokenandrefresh_tokenfor users authenticated by phone (SMS OTP) via the Admin API.Use Case
In custom backend OTP flows (like verifying OTP manually from our DB), we want to programmatically issue a session token for a valid phone user without requiring the client to re-trigger Supabase's
signInWithOtp.This would allow:
Expected API
Something like:
All reactions