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
- Host: GitHub
- URL: https://github.com/adimyy/express-user-auth
- Owner: ADIMYY
- Created: 2024-09-17T13:31:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T13:36:42.000Z (over 1 year ago)
- Last Synced: 2025-02-12T10:53:53.592Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.