Is there any built-in functionality available in ABO.IO to verify the email address by sending a verification code instead of a verification URL, Also verify the email before saved into the database. (save only if verification got successful)
I can see some functions available to verify the email by using the verification link. But which is not really works with mobile app development.
_userManager.GenerateEmailConfirmationTokenAsync(user1)
var verified = _userManager.ConfirmEmailAsync(user1, token);
The requirement is for the mobile app backend.
Hi,
I wanted only certain users/roles can able login to backoffice (https://localhost/Account/Login), but the all user must be able to sign in using api auth, Is there any standard way to achive this in ABP IO?
Thanks. sukesh chand