-
Notifications
You must be signed in to change notification settings - Fork 2
Secure user login/authentication template for PHP web applications
License
tkhrl/php_secure_auth
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PHP Secure Authentication Package Author: Jody Bruchon <[email protected]> This project began because every example I found on the Internet for how to do PHP authentication gave a lot of bad advice and was sorely out-of-date. The goal is to create a simple PHP/MySQL user authentication system that is actually secure while also being simple and easy to understand. The use of PHP's built-in password hash generation tools and CSRF tokens greatly improves the security beyond the tired old "MD5 hash it and stick it in the database" tutorials all over the place. (MD5 is bad, kids, and CSRF is an underappreciated way to ruin your day.) I can't guarantee this is actually secure. You need to review the code and check for yourself. Don't blindly trust my code. Please report bugs to me and I'll fix them as fast as I can. I hope this code is helpful to you! If so, feel free to let me know. ;-)
About
Secure user login/authentication template for PHP web applications
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published