Hi,
I want to configure Otp wise log-in using authentication serivce. So please help me about this, how we can do?
Thanks!
4 Answer(s)
-
0
Hi @kansoftware
I don't have experience with OTP login flow. Could you explain how it should work ? Maybe we can offer you a solution after that.
-
0
-
0
Hi @kansoftware
We will be investigating this in a short time but we don't have a solution at the moment. ASP.NET Core Identity forces a user to have an email address. We need to figure out how to overcome that problem first.
-
0
Hi @kansoftware AspnetZero does not provide any built-in solution to implement that kind of login. You should change your page, and related part of the login managers. You can check https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Core-Angular-Sign-In-Without-Specifying-Tenant. It may guide you about how to replace our login manager according to your need.