Authentication-and-Security

The various commits on this project demonstrates the levels of authorization and securtiy that can be added to a web application:

  1. Username & Password
  2. Database Encryption
  3. Hashing(md5)
  4. Hashing and Salting(bcrypt)
  5. GoogleOAuth