Skip to content

This repo contains some code about simple User Authentication in Node.js. Using Express and Bcrypt to hash passwords.

Notifications You must be signed in to change notification settings

max-programming/simple-user-auth-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 extension and click Send Request in the request.rest file

send_request

Instead, you can send requests using Postman or Insomnia.

About

This repo contains some code about simple User Authentication in Node.js. Using Express and Bcrypt to hash passwords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published