Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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