verifyOtp

Is there anyone with whom verifyOtp works.
I have it with the {{.token}} 6 number
and the (URL) &token= 56 characters but only ever get one has expired or is invalid.

Actually I work with Flutter, but since I also have problems there,
I validated it again in ES.

const {data, error} = await supabase.auth.verifyOtp({ email: email, token:token, type:"signup" });
Was this page helpful?