Does ASP.NET Identity stores two-factor authentication and reset password tokens in memory?
Then what's the solution if we have many copies of a project behind a load balancer? It's possible to store those tokens in a database?
Is there any other issue if we want to use a load balancer?