Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/curityio/oauth-assistant-example
- Owner: curityio
- License: apache-2.0
- Created: 2022-07-04T12:08:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T10:37:40.000Z (7 months ago)
- Last Synced: 2024-12-03T11:11:56.410Z (2 months ago)
- Topics: code-example, oauth-assistant, oauth2, openid-connect, spa
- Language: JavaScript
- Homepage:
- Size: 783 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)