Handling and expired CSRF token #4223
Unanswered
dmeinke-etc
asked this question in
Help
Replies: 1 comment
-
That's how it is usually handled; a token that is on a page has X minutes of validity and the only way to get around it is refresh the page. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How you all handle and expired CSRF token. For example a user gets logged out and then after lunch the login page is still open but the token has expired. the user goes to login and they can't because the token is expired. I have an error message that say Please go back, refresh your page and try again. I'm sure there are better ways. Just looking for ideas in general.
Beta Was this translation helpful? Give feedback.
All reactions