You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the cached token are save with permission to access by user only and are base64encoded. To improve the security we can encrypt the token on client side.
keyring is a good option for this approach as it is available in linux based system by default and is used by other applications like chrome,etc