Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这样的场景,
当UserlikeCompanyId或 User's BirthDaychanged 发生变化时,我想使用户令牌过期或无效,然后生成新令牌。
User
CompanyId
BirthDay
如何使用 ASP.NET 标识框架来做到这一点。
谢谢。