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

Handle session expiry gracefully #401

Open
RicoElectrico opened this issue Feb 25, 2022 · 1 comment
Open

Handle session expiry gracefully #401

RicoElectrico opened this issue Feb 25, 2022 · 1 comment

Comments

@RicoElectrico
Copy link
Contributor

RicoElectrico commented Feb 25, 2022

Currently if you happen to do some stuff and then make an action after the session has expired, you get a 401 unauthorized error, presumably default one from Symfony. It'd be better to use a custom one with a link to the login page and redirecting to where the user left off.

@jbelien
Copy link
Member

jbelien commented Feb 28, 2022

Good remark!
I'll see what I can do to improve this! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants