how to expire the token after first time Authorize in asp.net core web api
Loading
how to expire the token after first time Authorize in asp.net core web api
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit MohantyPosted Jul 13, 2022, 11:18 AM
2. When validating a token, check the whitelist and refuse the request if it is not whitelisted.
3. To revoke or invalidate a token, remove it from the whitelist.