Back way up, the csrf token has nothing to do with users, it has to do with sending form data securely.
https://www.owasp.org/index.php/Cross-Site_Request_Forgery_%28CSRF%29_Prevention_Cheat_Sheet
See the references in this post. http://laravel.io/forum/05-06-2015-lumen-authentication
You're totally right. I'm such a dunce! I suppose that's why I'm still learning this stuff.
The passwords were not being encrypted before being saved to the DB. Once I changed that - it works exactly as intended.
Thanks!
hannylicious said:
You're totally right. I'm such a dunce! I suppose that's why I'm still learning this stuff.
The passwords were not being encrypted before being saved to the DB. Once I changed that - it works exactly as intended.
Thanks.
You are not a dunce, when I was new to laravel I did not know what a trait was. Just learn in small easy to grasp steps.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community