Hi!
Question
Can I use ASP.NET Identity on localhost, without using the email verification?
Background
I read that Identity uses email authentication for user registration. But I don't think my localhost are allowed to send emails.
I ask because I am thinking of learning Identity, and use ut on my localhost computer.