Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/curityio/oauth-assistant-example

A vanilla JavaScript SPA that uses the OAuth Assistant
https://github.com/curityio/oauth-assistant-example

code-example oauth-assistant oauth2 openid-connect spa

Last synced: 8 days ago
JSON representation

A vanilla JavaScript SPA that uses the OAuth Assistant

Awesome Lists containing this project

README

        

# Curity OAuth Assistant Example App

This is a trivial example application that shows how to use the [@curity/oauth-assistant](https://www.npmjs.com/package/@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:

```shell
npm i
npm start
```

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

- [OAuth Assistant Example Tutorial](https://curity.io/resources/learn/oauth-assistant/)
- [Running OAuth flows with the Curity Identity Server and OAuth Assistant](https://curity.io/resources/learn/test-using-oauth-assistant/)
- [OAuth Assistant npm page](https://www.npmjs.com/package/@curity/oauth-assistant)