A PHP project on How to working a login registration authentication system with SQL and SQLite3 database using PDO.
- PHP 8.3+ or later
- CSS/Lesscss
- JavaScript
- SQL/SQLite3
- composer v2.10
-
CSRFprotection token - Session and Cookie
- Password hashing with
bcryptusingpassword_hash()&password_verify()not bymd5()orsha1(). - OTP Verification
- Caching for fast
viewrendering - Logs files (store errors files)
git clone https://github.com/codebysushil/login-registration.git
cd login-registration
composer setupcomposer serve