Perssist refresh tokens on reboot #2
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
A new User authentication token must be generated every time the application reboots, while this is not a problem when using application tokens, this becomes a problem when using user tokens in environments where containers often restart, forcing users to manually authorize the application again to issue a new user and refresh token.
Should find a safe way to store both the user access token and the refresh token and persist them through reboots
The text was updated successfully, but these errors were encountered: