Storing ASP.NET core identity authorization tickets in Redis.
Normally when using ASP.NET core identity authentication tickets are stored in a cookie, but sometimes we want to store the ticket server side.
Random musings in the realm of tech.
Normally when using ASP.NET core identity authentication tickets are stored in a cookie, but sometimes we want to store the ticket server side.