For example, Google
allows you to keep n
Google
accounts stored in your browser
.
In the case of Google
, it creates a control variable called authuser
which receives a inteiro
, it passes this variable in the url, either through a route or in the queryString, and uses it to identify which login
the user is using on that tab.
I would like to do something similar with ASP.NET Identity