https://github.com/uber5/oauth2-provider-middleware
Build an HTTP server with an OAuth2 Provider, with the help of Middleware
https://github.com/uber5/oauth2-provider-middleware
Last synced: about 1 year ago
JSON representation
Build an HTTP server with an OAuth2 Provider, with the help of Middleware
- Host: GitHub
- URL: https://github.com/uber5/oauth2-provider-middleware
- Owner: Uber5
- Created: 2019-04-01T04:49:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:15:58.000Z (over 3 years ago)
- Last Synced: 2025-04-14T14:09:37.072Z (about 1 year ago)
- Language: JavaScript
- Size: 2.71 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/prettier/prettier)
## OAuth2 Provider Middleware
...
## Development
Run linter etc:
```
npm run dev
```
Run sample:
```
npm run sample
```
## References
- https://tools.ietf.org/html/rfc6749#section-3.3