Support the ongoing development of Laravel.io →
Requests Database Forms
Last updated 2 years ago.
0

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

Last updated 9 years ago.
0

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!

0

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.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.