OAuth2 Resource Server (RS) example
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
The API is defined in the openapi-schema.yml file.