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
- Host: GitHub
- URL: https://github.com/curityio/gatsby-assisted-token
- Owner: curityio
- License: apache-2.0
- Created: 2020-04-02T13:58:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T09:10:22.000Z (over 1 year ago)
- Last Synced: 2024-11-07T09:32:53.900Z (over 1 year ago)
- Topics: assisted-token, code-example, oauth2, openid-connect, spa
- Language: CSS
- Homepage: https://curity.io/resources/learn/javascript-assisted-token-sample/
- Size: 7.77 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatsby/React Assisted Token Example
[](https://curity.io/resources/code-examples/status/)
[](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
```