Which shouldn't also rely on Identity
or IdentityServer
concepts, maximum a DB Table for storage.
Searched around and can't find something like that.
Asked
Active
Viewed 123 times
0

Eugene
- 217
- 8
- 24
-
1Store an encrypted hash of all of a user's authentication cookies in a database table. When user accesses, check authentication cookie against encrypted hash. When "logout from all devices" is invoked, remove all of the user's hashes from the table. – Robby Cornelissen Jun 02 '20 at 09:05
-
@RobbyCornelissen I can't even get the encrypted cookie from the HttpContext in the first place, do you know how to do that? – Eugene Jun 02 '20 at 10:09