Base solution for your next web application
Open Closed

Passwordless authentication. #7275


User avatar
0
amitjpat created

We would like to remove password authentication and for the same by reading other articles I found that we can use

_logInManager.LoginAsync(usernameOrEmailAddress, password, tenancyName); without password parameter it throws an error stating password cannot be null. How can I achive the same.

Thank you, Amit


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Please see releted issue: https://github.com/aspnetzero/aspnet-zero-core/issues/2461