supertokens-auth-react
supertokens-auth-react copied to clipboard
ReactJS authentication module for SuperTokens
A fast-clicking user could send multiple codes to themselves. We need to disable it on the first click or throttle the calls.
## 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...
## Summary of change `inputComponents` now get stable callbacks, as it was intended originally. ## Related issues - ## Test Plan Modified the test app, so existing tests also check...
React Router 6.22 uses different routing than the previous 6.* versions. The tutorial doesn't work, and I've spent 2 hours changing things and trying but I can't get it to...
We could do something like this: - `getLogo` can already return undefined, so we can remove the default impl from all built-in providers - move the logos into the assets...
This can help users create the config in its own function. Something like: ```tsx import supertokens from "supertokens-auth-react"; import {SuperTokensConfig} from "supertokens-auth-react/types"; getConfig(): SuperTokensConfig => { return { ... }...
Using https://supertokens.com/docs/thirdpartyemailpassword/common-customizations/signup-form/toc-privacypolicy, you can show your TOS and Privacy Policy on the SignUp screen. However, ThirdParty login signs you up automatically even if you click the button through the SignIn...
We are calling `user/email/verify GET` 5 times when: - the user is already logged in - hasn't completed email verification - loads the email verification page  To resolve, we...
## 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...