verification-plugin
verification-plugin copied to clipboard
401 refreshtoken -> error message to reconnect
When using advance tool, if refresh token is expired, it returns an HTTP 401, but the process is trying to call the tool api anyway that cause an error message on the tool it self.
For example: CheckGif => Refreshtoken 401 -> Images not matches
Change the authentication behavior and block the process when refreshtoken return error 401. Error message should be "Authentication token is expired, please reauthenticate your self to get a new token"