I'm concerned about the security of my application. Specifically, I want to know what would happen and what measures should be taken if a refresh token, which is used to obtain new access tokens, is stolen or compromised.
5 answers
Margherita
Sun Oct 27 2024
Despite this security measure, the method is not foolproof.
EthereumEagleGuard
Sun Oct 27 2024
In the event of a refresh token being stolen, we have the capability to blacklist this token.
Giulia
Sun Oct 27 2024
The attacker can continue to utilize the stolen access token until its expiration.
amelia_martinez_engineer
Sun Oct 27 2024
By placing the stolen refresh token on our blacklist, we ensure it cannot generate any new access tokens.
Arianna
Sun Oct 27 2024
This process is akin to removing a session in traditional systems.