filipw / Strathweb.CacheOutput

ASP.NET Web API CacheOutput - library to allow you to cache the output of ApiControllers
Other
883 stars 254 forks source link

PerUSerCacheKeyGenerator uses ID instead of name #254

Closed liamlaverty closed 3 years ago

liamlaverty commented 5 years ago

Identity.Name.ToLower() isn't guaranteed to be unique, whereas their ID should be 🙏