/okta-auth-with-react

Okta Auth with React

Primary LanguageJavaScript

Okta Auth in React

CircleCI

An application to show how we can configure okta auth in a React application

1. Clone repo

git clone https://github.com/mwaz/okta-auth-with-react.git

2. Cd into cloned repository

cd okta-auth-with-react

3. Installl dependencies

npm install

4. Start provider

npm start

5. Run tests

npm run test

Details

This repo is built following a tutorial published on CircleCI blog under the CircleCI Guest Writer Program.

About CircleCI Guest Writer Program