Question on filaments admin panel logout
On my application i would like the user to be gracefully logged when when the they "log out" when their session has expired/cookies removed from browser
However my application throws a 419 because the logout request is a post and uses a CSRF token and i have no valid CSRF token anymore
However filaments admin panel logout is also a post with a CSRF and i do not get a 419 when logging out of filament after removing all my cookies
My question is how does filament gracefully do this while still usind a CSRF in the form request?
0 Replies