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

fix: redirect to inactivity route after inactivity logout #8809

Commits on Oct 21, 2024

  1. fix(auth): redirect to inactivity route after inactivity logout

    When the auth token expired, the user object was set to null,
    but the UI was left unchanged, leading to errors when the user tried
    to perform actions.
    
    Now the user is redirected to the innactivity route saying that they
    have been logged out.
    franciscolourenco committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8cc28d3 View commit details
    Browse the repository at this point in the history
  2. fix(auth): don't try to logout if user is already logged out

    This prevents a couple of logout requests when the user is already
    logged out and is redirected to the inactivity route (logout page).
    franciscolourenco committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a09e97b View commit details
    Browse the repository at this point in the history