ecrin-github / rms-portal-new

RMS Portal with Python backend
MIT License
0 stars 0 forks source link

Allow user to "stay logged in" #78

Open cudillal opened 3 weeks ago

cudillal commented 3 weeks ago

When logging out of the app, LS AAI asks if the user wants to confirm log out "stay logged in". This currently doesn't work because the localStorage auth data is wiped when clicking on "sign out" in the app. Therefore, clicking on "stay logged in" just redirects the user to the app home as they are logged out (locally). This shouldn't be the case. Note: I've tried to make this work already (with angular-auth-oidc-client) but haven't found a way, not sure it is possible.