How to Disable Supabase Magic Link and Only Use OTP (One-Time Password) AuthenticationI am working
I am working on disabling the Magic Link feature in Supabase to utilize only OTP (One-Time Password) authentication. For testing purposes, I have tried the following:
Disabled the Magic Link setting.
Ensured the Magic Link template/tab is empty. [ for random test , didn't work ]
Despite these steps, I am still unable to achieve the desired configuration.
Could you please provide guidance on the correct method to completely disable the Supabase Magic Link feature?
3 Replies
Maybe I'm misunderstanding. If you don't put the link in the templates and just have the OTP {{.Token}} then you only use OTP. OTP is one of the two magic link methods.
JavaScript: Sign in with ID token (native sign-in) | Supabase Docs
Supabase API reference for JavaScript: Sign in with ID token (native sign-in)
yeah solved it, already
@garyaustin thanks for your time man , kind help