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

https://github.com/curityio/gatsby-assisted-token

Assisted token flow with React Context and Gatsby CLI
https://github.com/curityio/gatsby-assisted-token

assisted-token code-example oauth2 openid-connect spa

Last synced: 5 months ago
JSON representation

Assisted token flow with React Context and Gatsby CLI

Awesome Lists containing this project

README

          

# Gatsby/React Assisted Token Example

[![Quality](https://img.shields.io/badge/quality-demo-red)](https://curity.io/resources/code-examples/status/)
[![Availability](https://img.shields.io/badge/availability-source-blue)](https://curity.io/resources/code-examples/status/)

This is an example based on https://github.com/curityio/react-assisted-token-website . It demonstrates the use of the Assisted Token Library together GATSBY CLI and the React Context API.

To run in development mode:
`gatsby develop -S`

Configure the client settings in `index.js`

## Client Config
The example uses a client with the following config:

```



token-service
as:oauth-service





assisted-token-example
read
https://localhost:8000









```