Improve Session Management to Prevent Intermittent Login Prompts for Jira & GitHub Integrations
H
Hazel Porcupine
Description:
Users are intermittently seeing login prompts for Jira and GitHub on the dashboard, even though the integrations are app-to-app and already authenticated. When the token expires, the UI briefly shows a “Sign In” button, but clicking it immediately refreshes the token and loads the data without requiring a full OAuth flow.
While this behavior is technically expected due to token expiry, it results in an inconsistent and confusing user experience.
Requested Enhancement:
Improve authentication handling so that expired tokens are refreshed entirely in the background, without displaying a login button unless re-authentication is genuinely required.
Log In