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
We work with auth guards quite a bit, so let's say "admin" and "user".
I am logged in as admin and then log in as user, the admin every quickly gets a 419 page expired.
First it's the browser dialog:
This page has expired. Would you like to refresh the page?
When I click the ok the Laravel error page shows: 419 page expired.
When I then refresh it's fine again, still logged in.
Rolled back to 12.33 where it doesn't occur so it seems to be a 12.34 change.