https://github.com/k-g-prajwal/authentication-and-security
https://github.com/k-g-prajwal/authentication-and-security
authentication bcrypt cookies googleoauth hashing md5 passportjs-authentication salting security sessions
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/k-g-prajwal/authentication-and-security
- Owner: K-G-PRAJWAL
- Created: 2020-01-12T13:26:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T18:53:15.000Z (over 3 years ago)
- Last Synced: 2025-01-03T18:11:42.832Z (over 1 year ago)
- Topics: authentication, bcrypt, cookies, googleoauth, hashing, md5, passportjs-authentication, salting, security, sessions
- Language: EJS
- Size: 70.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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