First of all, thank you for this project, it have saved me countless of hours in multiple projects!
But I have a question that I never seem to solve in a good way.
How would you recommend me to implement verify email from the Admin API when I create a user.
I can't seem to get the logic for UserManages GenerateEmailConfirmationTokenAsync to work in the API.
The same with the forgot password functionallity.
@we4sz Do you use IS4Admin by using readme's instructions on installing by dotnet template or you pull directly from dev branch?
@b0 I'm using the template
Code that makes GenerateEmailConfirmationTokenAsync work called even from API is on a dev branch. It's DataProtection. Added here.
So, I would suggest that you try with latest code available.
@b0 Perfect! Got this working! Yay!