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

https://github.com/node-oauth/node-oauth2-server-examples

Various examples of using node-oauth2-server. 🧙‍♂️
https://github.com/node-oauth/node-oauth2-server-examples

client-credentials-grant express node nodejs server-to-server

Last synced: 5 months ago
JSON representation

Various examples of using node-oauth2-server. 🧙‍♂️

Awesome Lists containing this project

README

          

# Node OAuth2 Server Examples

This repository is meant to maintain a list of examples of using @node-oauth/oauth2-server
with different setups.

## Examples

Each example contains its own README with specific installation and run instructions.

### Server to server

Location: [/server2server](./server2server)

Minimal client-credential grant flow with express and fetch and in-memory DB.
Suitable for (Micro-) services and small apps, exchanging protected resources.

## License

All examples are MIT licenses, defined by the top-level [LICENSE](./LICENSE) file