samples-js-react icon indicating copy to clipboard operation
samples-js-react copied to clipboard

React Auth SDK sample

Results 35 samples-js-react issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

This repo is often used in examples, where it's copied wholesale or inserted via submodule into another repository. If a user wants to modify the JS app's actual source, rather...

Hello team, we have a requirement of having 2 CTA on home page. Employee Login and partner login. ![image](https://user-images.githubusercontent.com/35652956/153696728-33715649-410a-4b08-91ca-49b277def14f.png). For Employee Login we have different client Id and issuer url....

The node module packages used have not been updated in a long time and have security vulnerabilities that npm install reports as CRITICAL. In addition, the out of date packages...

Hi All, I am getting below error while running my app: ``` Error: Cannot read property 'getAuthState' of undefined TypeError: Cannot read property 'getAuthState' of undefined at node_modules/@okta/src/Security.tsx:48:24 at useReducer...

Running `npm start` in `okta-hosted-login` produces this error: ``` ❯ npm start > @okta/[email protected] start > cross-env PORT=8080 react-app-rewired start There might be a problem with the project dependency tree....

> These values must exist as environment variables. They can be exported in the shell, or saved in a file named testenv, at the root of this repository. but I...

Copy of https://github.com/okta/okta-react/pull/164 for this repo Issue Number:[OKTA-421505](https://oktainc.atlassian.net/browse/OKTA-421505)

Hi, Followed same as mentioned in example but i need to redirect my app to different route on successful sign in. So as mentioned in documentation i am doing this...

Question: is it possible to do `!authState?.isAuthenticated` instead of `!authState && !authState.isAuthenticated`?