rydurham / L4withSentry

Laravel 4 and Sentry 2.0
300 stars 91 forks source link

Getting TokenMismatchException on /register #72

Closed yadakhov closed 9 years ago

yadakhov commented 9 years ago

Illuminate \ Session \ TokenMismatchException

Installed a clean installation and can't seem to get it working with /register

Is anyone else getting the same error?

rydurham commented 9 years ago

I was not able to reproduce this issue, however I have just made some adjustments to the CSRF filter (to fix the recent laravel security vulnerability), which might be helpful to your problem. If not, see if you can determine if the problem is due to an actual token mismatch, or if it is being caused by the token not being submitted at all with the registration form.

yadakhov commented 9 years ago

Thanks. Seem to be working.