Sample application using the Express Authentication API and the Express Registry Lookup API
- Install dependencies with
npm install
- Run the application with
npm start
- Go to http://localhost:3000 to view the application
- Navigate to the
/Server
directory - Add your OAuth client ID and client secret to
appsettings.json
- Run the server with
dotnet run