Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panchuk16/bcrypt-passport-authetication
Website for accessing some data after successful registration or logging in. Using bcrypt hashing, passport, express-session, .env
https://github.com/panchuk16/bcrypt-passport-authetication
authentication bcrypt body-parser dotenv express express-session hash logging nodejs passport passport-local password pg registration
Last synced: 3 months ago
JSON representation
Website for accessing some data after successful registration or logging in. Using bcrypt hashing, passport, express-session, .env
- Host: GitHub
- URL: https://github.com/panchuk16/bcrypt-passport-authetication
- Owner: Panchuk16
- Created: 2024-08-25T17:38:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T17:48:13.000Z (5 months ago)
- Last Synced: 2024-10-11T04:03:59.895Z (3 months ago)
- Topics: authentication, bcrypt, body-parser, dotenv, express, express-session, hash, logging, nodejs, passport, passport-local, password, pg, registration
- Language: EJS
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. npm init
2. Import users.csv into PostgreSQL Database
3. Choose:
3.1. Change const db according to your pg password, host, port, user name, database name inside index.js
3.2. OR create create .env and fill it out with your data according to existing naming inside const db
4. node index.js