Use OTP in Oauth login
-
Hi,
Is there any way to use OTP in Fusion's Oauth login page? I don't want to users to enter their password in login page, instead I want to send them an OTP via SMS.
I have already implemented OTP login using fusion's jwt api, the problem is I want to have SSO between different domains without username/password, but with phone number/otp and I don't think jwt is the way here.
The solution I have in mind is to manage sessions myself, but I don't know if this is a safe way to go or not. I'd appreciate any input on this.
-
I can't think of any built-in ways to do this. I am curious if you could elaborate on how you built out OTP using the JWT API?
Also, can you elaborate a bit on this. Additional details might be helpful.
The solution I have in mind is to manage sessions myself, but I don't know if this is a safe way to go or not.
Thanks,
Josh