An open API service indexing awesome lists of open source software.

https://github.com/adimyy/express-user-auth

Create an endpoint for register and login in Express.js using bcrypt and store user in memory
https://github.com/adimyy/express-user-auth

Last synced: about 1 year ago
JSON representation

Create an endpoint for register and login in Express.js using bcrypt and store user in memory

Awesome Lists containing this project

README

          

# express-user-auth
Create a simple Express.js App with users endpoints for regsiter and login endopints with storing user in memory.