OAuth2 Resource Server (RS) example
First, write the config.tom config file:
cp config.toml.example config.toml
vim config.tomlThen, install the needed packages and start the application:
npm ci
npm startThe API is defined in the openapi-schema.yml file.