Trying to configure OTP on my database. I think I have done evrything correct
I do have a email-password database for the moment which uses email and password and want to add OTP as an additional option
- I did setup my own email provider → mailgun
- Then Authentication - paswordless
- Universal login is on
- Email as identifier is on on my database
- On Email - did set Verification method to OTP
- Authentication Pfofile is identifier first
- Enabled Paswordless OTP on my application
Thats it, but on my connection -< email otp is not a valid
“authentication_methods”: {
"passkey": {
"enabled": false
},
"password": {
"enabled": true,
"api_behavior": "required",
"signup_behavior": "allow"
}
I tried to patch this using the managment API but get the error : “OTP authentication methods feature is not supported for this connection.”,
Any help? I’m on the free tier. Could it be that OTP is not possible fot this?