https://github.com/max-programming/simple-user-auth-node
This repo contains some code about simple User Authentication in Node.js. Using Express and Bcrypt to hash passwords.
https://github.com/max-programming/simple-user-auth-node
Last synced: 6 months ago
JSON representation
This repo contains some code about simple User Authentication in Node.js. Using Express and Bcrypt to hash passwords.
- Host: GitHub
- URL: https://github.com/max-programming/simple-user-auth-node
- Owner: max-programming
- Created: 2020-09-28T07:30:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T07:38:40.000Z (about 5 years ago)
- Last Synced: 2025-04-04T06:14:29.220Z (9 months ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple User Auth in Node.js
This repo contains some code about simple User Authentication in Node.js. Using Express and Bcrypt to hash passwords.
## To test it out:
- Clone this repo
- Run `npm i` or `yarn` to install packages
## Making Requests
### Inside Visual Studio Code
If you want to do this inside Visual Studio Code, you can install the [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) extension and click **Send Request** in the `request.rest` file

Instead, you can send requests using [Postman](https://www.postman.com/) or [Insomnia](https://insomnia.rest/download).