-
Notifications
You must be signed in to change notification settings - Fork 0
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
Better handling of auth expires #110
Comments
Screenshot please |
Looked into where the Apps auth timeout was. It was set yo 5hrs and I changed it to 10hrs. After talking with @DanielCaspers I think the app 's cookie is set to 10hrs so this should sync the systems and correct the behavior for now. I'll leave this open for a 1-2 weeks and see what happens. |
@scaspers Here's an example of the current flow within an Angular + ASP.NET Core App. MP4 file is in ZIP. Current limitations
|
What seems to happen is when the auth is expired the page errors with a stack trace.
Expected:
Page should be redirected to the login page.
The text was updated successfully, but these errors were encountered: