ProjectAlita / projectalita.github.io

Langing
GNU Affero General Public License v3.0
1 stars 1 forks source link

UI: client side session expiration issue #424

Closed arozumenko closed 2 months ago

arozumenko commented 2 months ago

image.png

client side session will expire after 1hour, and then page would redirect to above page which is not reasonable.

Testcases

  1. remove client side session cookie/token(to mock session timeout), click anything that would trigger api request in UI.
    1. when user is still login in epam sso, there should be some redirect and auto redirect user back to the UI prompt list page
    2. when user is not login in epam sso, should redirect user to login and after that, redirect user back to the UI prompt list page

Original Issue in Trello

Image