Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:15:58.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T23:36:40.070Z (14 days ago)
- Language: JavaScript
- Size: 2.71 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](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