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]: Stale Tokens aren't handled appropriately #54

Open
anilnatha opened this issue Jan 22, 2025 · 0 comments
Open

[Bug]: Stale Tokens aren't handled appropriately #54

anilnatha opened this issue Jan 22, 2025 · 0 comments
Assignees
Labels
bug Something isn't working U-UIUX

Comments

@anilnatha
Copy link
Collaborator

Describe the bug

After logging in successfully, and some time passes allowing the previously supplied token to expire, the UI continues to use the expired token.

What did you expect?

A clear and concise description of what you expect to happen

The token should be refreshed so the user may continue to use the UI.

Reproducible steps

How would we reproduce this bug? Please walk us through it step by step. Plain-text snippets preferred but screenshots welcome.

  1. Login to the application
  2. Allow some time to pass for the token to expire (need to determine the expiration time of tokens)
  3. Attempt to visit the health dashboard and you'll see the API calls returns Unauthorized.

What is your environment?

Include any computer hardware, operating system, framework, browser, time-of-day or other contextual information related to your issue

  • Version of this software: v0.8.0
  • Operating System: macOS
  • Browser: Firefox ESR
@anilnatha anilnatha added bug Something isn't working U-UIUX labels Jan 22, 2025
@anilnatha anilnatha self-assigned this Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working U-UIUX
Projects
Status: No status
Development

No branches or pull requests

1 participant