Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 362 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 362 Bytes

Authentication System

Built using PHP, Javascript/jQuery and Bootstrap.

Features

  • Uses the Bcrypt algorithm to encrypt passwords
  • User's passwords are never stored in the database, only their hashes.
  • Registers a user and logs them in all behind the scenes (No page reloads)
  • Utilizes the mySQL database system with a single user table