We are using JWT token as auth token. We want to invalidate it when user logs out or changes his/her password? How can I do that in Asp Net Core Web API?
↧
We are using JWT token as auth token. We want to invalidate it when user logs out or changes his/her password? How can I do that in Asp Net Core Web API?