Skip to content

griegconnect/security-api-demo

Repository files navigation

Requirements

To run this application, you must have pnpm and Node.js installed. More information on installation can be found at the following links:

Configuration

Before running the application, you need to create a .env file with the required credentials. Add the following variables to the .env file:

OAUTH_CLIENT_ID=...
OAUTH_CLIENT_SECRET=...
OAUTH_HOST=...
OAUTH_AUDIENCE=g...
API_PATH=...

Installation

To install the required dependencies, use the following command:

pnpm i

Update Configuration

Update the configuration defined in config.ts with the information provided by Grieg Connect.

Running the Application

To create a visitor application, run the following command:

pnpm run application

To create a passing run, use the command:

pnpm run passing

About

NodeJS demo app for using Security API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published