curityio / oauth-assistant-example

A vanilla JavaScript SPA that uses the OAuth Assistant
Apache License 2.0
0 stars 0 forks source link
code-example oauth-assistant oauth2 openid-connect spa

Curity OAuth Assistant Example App

This is a trivial example application that shows how to use the @curity/oauth-assistant to perform OAuth flows and OpenID Connect session management. The example is written using vanilla Javascript.

Run the application with the following commands:

npm i
npm start

See the following resources to learn more about running the example and the OAuth Assistant library: