Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T10:23:32.000Z (over 3 years ago)
- Last Synced: 2024-12-17T03:25:43.607Z (19 days ago)
- Topics: oauth2, oidc, openid, openid-client, openid-connect
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
oauth2-resource-server-example
==============================[![Build Status](https://travis-ci.org/madarche/oauth2-resource-server-example.svg?branch=master)](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.