Michael Russell

Random musings in the realm of tech.

Blog About

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.

Read More