https://github.com/pushpabrol/oauth2-server
https://github.com/pushpabrol/oauth2-server
authorization authorization-flow grant implicit-flow oauth2
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pushpabrol/oauth2-server
- Owner: pushpabrol
- Created: 2017-06-19T12:37:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T12:43:09.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T04:34:10.843Z (4 months ago)
- Topics: authorization, authorization-flow, grant, implicit-flow, oauth2
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oauth2 server
## Features
- Authorization code grant
- Implicit grant
- Password Grnt
- client grant## Management Features
- create and manage clients
- create and manage users## Usage:
Rename database.js.sample under config/ to database.js
Set the mongo url for a mongo database under config/database.js- ` Change mongodb://:@mongohost:post/oauth-server-db`
- Run the server with `node server.js`