How to logout an user logged in with the ASP.Net Identity system?
I tried:
Authentication.SignOut();
But if I use this and then call an API marked with [Authorize]
(adding the token as an header) It still returns me the data (instead of Unauthorized).
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…