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. 🧙♂️
- Host: GitHub
- URL: https://github.com/node-oauth/node-oauth2-server-examples
- Owner: node-oauth
- License: mit
- Created: 2021-10-19T00:33:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-08T14:38:33.000Z (6 months ago)
- Last Synced: 2025-07-08T15:43:58.162Z (6 months ago)
- Topics: client-credentials-grant, express, node, nodejs, server-to-server
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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