C#C
C#2y ago
MileHDev

How to register with email AND username?

I am using this tuto:
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity-api-authorization?view=aspnetcore-8.0

But here you just send the email and password. The username becomes the email. How can I make it so that the username is a separate thing?
Learn how to use Identity to secure a Web API backend for single page applications (SPAs).
Was this page helpful?