keystone.guru
keystone.guru copied to clipboard
Handle timed-out CSRF tokens
https://stackoverflow.com/questions/31449434/handling-expired-token-in-laravel
I did an auto refresh - though right now I'd also like the token to be set along with every ajax request so that if another session refreshes it you get the correct one back should you do a request with an invalid session
I disabled the entire CSRF tokens since it was simply not listening to what I was telling it. It should be re-enabled later on though.