lorenzotan / brokerV2

improved version of streamline-broker
0 stars 0 forks source link

Look into CSRF error #5

Open lorenzotan opened 5 years ago

lorenzotan commented 5 years ago

Came across a csrf_token error when logging in a user. StackOverflow had a solution (I added csrf_token to the base template) to resolve but leaving a comment here to understand the issue a little better.

https://stackoverflow.com/questions/9692625/csrf-verification-failed-request-aborted-on-django

https://stackoverflow.com/questions/19589274/django-csrf-csrf-verification-failed-request-aborted-when-click-on-login-butto/19590057