| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This SDK is currently in beta phase
API Documentation and Integration Guides: https://okta-client-js.netlify.app/
Auth is hard. OAuth can be even harder; both to understand as well as implement. The goal of this ecosystem of SDKs is to enable developers to seemlessly integrate OAuth into their Web Apps without the need to comprehensively understand all the intricacies of the OAuth2 spec
To install, run:
yarn add @okta/auth-foundation @okta/oauth2-flows @okta/spa-platformMore integration guides can be found at https://okta-client-js.netlify.app/
node --version # should be >=20
yarn # installs all required dependencies
yarn build # builds all SDK libariesImplements Authorization Code Flow via Redirect Model
Located: e2e/apps/redirect-model
Implements Authorization Code Flow via Redirect Model to obtain a "all-scoped" token. This token is used to request downscoped access tokens to be used for resource requests
| Back | FazBrowse Home | New Git URL |