https://github.com/madarche/oauth2-resource-server-example
OAuth2 Resource Server (RS) example
https://github.com/madarche/oauth2-resource-server-example
oauth2 oidc openid openid-client openid-connect
Last synced: about 1 year ago
JSON representation
OAuth2 Resource Server (RS) example
- Host: GitHub
- URL: https://github.com/madarche/oauth2-resource-server-example
- Owner: madarche
- Created: 2020-09-06T19:18:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T10:23:32.000Z (about 5 years ago)
- Last Synced: 2025-04-01T20:06:18.640Z (about 1 year ago)
- Topics: oauth2, oidc, openid, openid-client, openid-connect
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
oauth2-resource-server-example
==============================
[](https://travis-ci.org/madarche/oauth2-resource-server-example)
OAuth2 Resource Server (RS) example
Usage
-----
First, write the `config.tom` config file:
```shellsession
cp config.toml.example config.toml
vim config.toml
```
Then, install the needed packages and start the application:
```shellsession
npm ci
npm start
```
API
---
The API is defined in the
[openapi-schema.yml](src/openapi-schema.yml)
file.