You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If the user hasn't refreshed the page for a long time, then the session token expires and the onelogin middleware doesn't recognise this and passes the old token making the requests fail Describe the solution you'd like
A clear and concise description of what you want to happen.
Use the session expiry time to validate whether the token is still valid, if not, then rerun the cookie getter Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Throw an error about the ended session cookie
The text was updated successfully, but these errors were encountered:
petermuessig
changed the title
refresh cookie when session has ended in the ui5-middleware-onelogin
[ui5-middleware-onelogin] refresh cookie when session has ended
Jul 31, 2023
Is your feature request related to a problem? Please describe.
If the user hasn't refreshed the page for a long time, then the session token expires and the onelogin middleware doesn't recognise this and passes the old token making the requests fail
Describe the solution you'd like
A clear and concise description of what you want to happen.
Use the session expiry time to validate whether the token is still valid, if not, then rerun the cookie getter
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Throw an error about the ended session cookie
The text was updated successfully, but these errors were encountered: