supabase.auth.admin.generateLink()
returns only the same OTP
#1357
Labels
bug
Something isn't working
supabase.auth.admin.generateLink()
returns only the same OTP
#1357
Bug report
Describe the bug
When calling the function
generateLink
several times, only the same OTP is generated for the same user. Because of this I can login once withverifyOtp
but afterwards not anymore.To Reproduce
Expected behavior
In my opinion, I should get a new OTP as soon as the token has been used once or has expired.
With the function
signInWithOtp
I don`t have the problem and get a different token with every call.System information
The text was updated successfully, but these errors were encountered: