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

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

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`