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

Perhaps should be something like: ```jsx ``` And those can be rendered in different places in the user's app. We will also have to change the redirect path callback function...

enhancement

Right now, auth wrappers are called based on the name of their recipe. Like ``, or ``. This adds extra code and extra docs - both of which require more...

When using Stackblitz for: - Frontend using React - Backend using NodeJS We observed that if the apiDomain configured in appInfo on the frontend had a port, the auth UI...

bug

Related to https://github.com/supertokens/supertokens-auth-react/pull/261 (read the comments regarding cyclic refreshing)

bug

Right now, it only has a resend email button. No way to go back to the login screen, unless you click on the back button or edit the URL.

Related to conversation https://discord.com/channels/603466164219281420/644849840475602944/867716322334867476 At the moment, we need to use `@emotion/react` for it and need to override the sign up component and do: ``` css={{ form: { display: "flex",...

I expect the view to stay the same even after refreshing. This is true for all signin/up forms.

Add an example that: - renders a custom footer and header across all the components of emailpassword recipe. - Show logo on sign in / up UI - Adds login...

- Allow post login redirection to sub domains if the source for navigation is the sub domain - This will help situation where a user has a protected route on...