关于[Implementing a custom ITicketStore for ASP.NET Core Identity]的摘要:
After my last blog post about implementing a custom ITicketStore to handle remote logout, I got some interesting input from friends on how I could implement the missing pieces I had at the end of my last post. I wanted to add some more metadata to an AuthenticationTicket like the browser or operating the system associated with the session. While writing the MVP it was unsure what the best way was to actually get that data.
原文地址: https://ml-software.ch/posts/implementing-a-custom-iticketstore-for-asp-net-core-identity-update