I need background about two features of ASP.NET Identity please:
- Security token - What is it? is it a temporary password sent to the user's email?
- Security Stamp - Is it something else than security tokens? If yes, what's its purpose? how are they different?
Thanks, ashilon
Try to answer your questions in order:
Most of these are mostly handled by Identity itself, but you will need some knowledge when you want to do some customization. If you want to dig deeper the blog of Brock Allen is a good resource, because the official documentation lacks some of the important things and is normally not up-to-date.