Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshludahl/nodejs_users
A basic user login system intended for a 'starter' application.
https://github.com/joshludahl/nodejs_users
api bootstrap javascript jquery jwt-token nodejs user-management
Last synced: 12 days ago
JSON representation
A basic user login system intended for a 'starter' application.
- Host: GitHub
- URL: https://github.com/joshludahl/nodejs_users
- Owner: JoshLudahl
- Created: 2018-12-07T00:50:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T14:54:53.000Z (about 2 years ago)
- Last Synced: 2023-03-03T04:03:40.417Z (almost 2 years ago)
- Topics: api, bootstrap, javascript, jquery, jwt-token, nodejs, user-management
- Language: JavaScript
- Homepage:
- Size: 560 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJS_Users
A basic user login system intended for a 'starter' application.
Mostly working with a bug or two. Uses sessions and cookies to protect routes. JWT is added in for use if need be.Will update this once it's near complete, or at least working as intended.
## Postman
[Here](https://documenter.getpostman.com/view/6355920/RznJmGX2) is the link to the Postman documentation.