we are using ASP.Net MVC with the Asp.Net Identity.
We have around 100 user informations we save in the database with the identity model.
What I want is to save temporary information the identity. The Information is HOW the user is logged in right now (SMS code, password, email code etc.etc. we have a bunch of types to log in). So that is not a database information, it is a simple temporary information as long as the auth cookie exists.
How to add this?