FusionAuth flows assistance
-
Good morning.
I'm wondering if FusionAuth solution can assist me in implementing following flows, can you please consult me in those questions ?First scenario is login / registration of user with login as phone and password + user can reset password using SMS.
Second scenario is login / registration of user with login as phone and password + MFA with SMS code + user can also reset password using SMS.
Third one is passwordless auth using only phone with SMS code.And also can I use generic messenger with all these flows ?
Thanks in advance and have a nice day
-
The forum is a great place to get unstuck and ask questions - so thanks for the feedback! The scenarios you have listed here could have a number of different implementation considerations depending on context.
One place to start looking would be our documentation.
We have documentation around MFA below:
As well as documentation around passwordless below:
Finally, we have documentation around messengers below:
Some of the flows you describe should technically be possible, but would likely require custom integration code on your end.
user can reset password using SMS.
Third one is passwordless auth using only phone with SMS code.For instance, as far as I am aware, these are not natively built into FusionAuth. This would be a custom integration.
Generic messengers are very extensible and can integrate in a number of ways with the right integration/glue code.
I hope this helps!
Thanks,
Josh