Hi.
I created two new project:
- ASP.NET Web API 2 use authentication: individual user accounts
- ASP.NET MVC appliaction use authentication: individual user accounts
I configurate IIS. I can registration account and when I try login in for this account application return me login and token.
I do not know how use identity to log in this user in appliaction(without database).
Only Web API can connect on database.