Custom login sample app, made with:
Prior to inititating the steps below, you'll need to create a SPA within Okta
yarn install
REACT_APP_DOMAIN=
REACT_APP_CLIENT_ID=
yarn start
yarn build
yarn test
Template for custom login page using @okta/react-okta
JavaScript
Custom login sample app, made with:
Prior to inititating the steps below, you'll need to create a SPA within Okta
yarn install
REACT_APP_DOMAIN=
REACT_APP_CLIENT_ID=
yarn start
yarn build
yarn test