Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 581 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 581 Bytes

oauth2-resource-server-example

Build Status

OAuth2 Resource Server (RS) example

Usage

First, write the config.tom config file:

cp config.toml.example config.toml
vim config.toml

Then, install the needed packages and start the application:

npm ci
npm start

API

The API is defined in the openapi-schema.yml file.