supertokens-auth-react
supertokens-auth-react copied to clipboard
ReactJS authentication module for SuperTokens
## Changes in web-js We create a new recipe for oauth 2.0 that manages the following: - Handle saving/loading the info required to redirect back to the client app (state,...
## Summary of change (A few sentences about this PR) ## Related issues - Link to issue1 here - Link to issue1 here ## Test Plan (Write your test plan...
Hi, we're creating tests for one of our web applications, and there doesn't seem to be an easy way to mock out Sessions where `SessionAuth` HoC is respected. While we...
with-jwt-localstorage was removed in order to create a simplified version of it. create simplified version of the app
We need to make sure that SDK works with different bundlers create example-apps for each bundler and check that build is successful
https://developers.google.com/identity/gsi/web/guides/display-google-one-tap
Currently, using GitHub auth requires making a backend API call after the user clicks log in (but before it redirects to GitHub). This adds anywhere from 40–4000ms of latency that...
The [Component](https://github.com/supertokens/supertokens-auth-react/blob/master/lib/ts/recipe/emailpassword/components/features/resetPasswordUsingToken/index.tsx) is written using class based components, and needs to be refactored to use functional style so all the places of injecting context value look the same
The countdown on the OTP timer makes it seem like the user has 15 seconds to enter the OTP.
Github check is failing for example app after this [commit](https://github.com/supertokens/supertokens-auth-react/commit/0f306050dc0c672305849aa06d21331480aae313)