Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Device Access Token is not renewing correctly, you will be signed out after 30 days which forces users to login again #4544

Open
nadr0 opened this issue Nov 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nadr0
Copy link
Collaborator

nadr0 commented Nov 21, 2024

Describe the bug

After 30 days the device access token will timeout and sign the user out of the desktop application. It will not automatically refresh and give you a new token.

Steps to Reproduce

  1. Sign in to the desktop application
  2. The device access token timeout which is 30 days needs to trigger
  3. You will boot the application to the login page since you are not authenticated

Expected Behavior

We should be able to catch the token timeout and reissue another token on behalf of the user without having them log back in. We don't want them to see the login and have to manually login.

Screenshots and Recordings

No response

Desktop OS

All.

Browser

No response

Version

v0.26.5

Additional Context

One of my machines I have running signed out after 30 days due to this timeout. Someone else experienced this as well.

@nadr0 nadr0 added the bug Something isn't working label Nov 21, 2024
@nadr0 nadr0 changed the title [BUG]: [BUG]: Device Access Token is not renewing correctly, you will be signed out after 30 days which forces users to login again Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant