10-26-2019 03:59
10-26-2019 03:59
I was looking for something that will allow me to do a lock down in a doomsday scenario. I am thinking in terms of reducing the attack vector if my server gets compromised.
I know that there is a revoke api that I can use to revoke access tokens one by one. But that will mean a lot of api calls, each for each user. Is there any other alternative to this? Is there a api I can call to revoke access to all tokens that are generated for use of my app (client)?