Skip to content

codebysushil/login-registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

login-registration

A PHP project on How to working a login registration authentication system. SQLite3 database with PDO.

Requirement

  1. PHP 8.2 or later
  2. CSS (Bootstrap 5 CSS Framework)
  3. JavaScript (core and jQuery)
  4. SQL
  5. composer

Features

I. CSRF token Protection II. session and cookie III. password hashing password_hash() & password_verify() used IV. OTP verification V. 3rd parties libraries used via composer VI. Logs files (store errors files)


Setup

php -S localhost:8000
       OR
composer serve

About

Login Registration project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors