supertokens-auth-react icon indicating copy to clipboard operation
supertokens-auth-react copied to clipboard

ReactJS authentication module for SuperTokens

Results 87 supertokens-auth-react issues
Sort by recently updated
recently updated
newest added

## Summary of change Fixes and adds tests for examples ## Related issues - ## Test Plan Manual testing + added new tests ## Documentation changes N/A ## Checklist for...

## Summary of change Add support for session grants ## Related issues - supertokens/core-driver-interface#36 - supertokens/supertokens-core#390 - supertokens/supertokens-node#278 ## Test Plan TODO ## Documentation changes - [ ] All examples...

## Summary of change Expose `NoRedirect` version of auth components that do not redirect away if there is an active session. ## Related issues - ## Test Plan These components...

How can I catch errors in SuperTokens.init on the frontend. Assuming I get a 500 Internal Server Error because the supertokens core server cannot be reached. Btw I stopped the...

If any of the claim checking on the frontend calls an API, for refreshing, and if those fail, we should propagate that error so that it hits the user's error...

If we manually render the signinup component from ThirdPartyEmailPassword recipe and click on forgot password button, it will do a full page reload navigation as opposed to using react router...

When setting up supertokens I got this error: `supertokens Module not found: react-shadow tried to access @emotion/cache, but it isn't declared in its dependencie` After instally @emotion/cache, I had the...

Some examples: - We want to show a login feature component even though a session exists - for example to show the phone OTP passwordless flow in case a user...

- This would be useful in usage for NextJS apps

## Summary of change POC for changes related to https://github.com/supertokens/supertokens-core/issues/447 ## Related issues - https://github.com/supertokens/supertokens-core/issues/447