supertokens-auth-react
supertokens-auth-react copied to clipboard
ReactJS authentication module for SuperTokens
The latest RR brings in framework mode: https://reactrouter.com/start/modes In the framework mode we have different router (Hybrid) and routes are managed like this: https://reactrouter.com/start/framework/routinh Example app generators nor the documentation...
`supertokens-auth-react` is currently a huge part of our web bundle. This seems to be due to it's rollup config being set to "commonjs", while it should be "es" with preserveModules...
## 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...
BREAKING CHANGE: Earlier the overridden components were rendered outside the auth container, that will be moved inside the auth container. ## Summary of change ### Before ### After This PR...
## Description Fixes the handling of "Failed to fetch" errors when loading dynamic login methods. ## Changes - Removed error rethrowing in AuthPage and RoutingComponent - Added proper error handling...
## Summary of change The following PR improves SSR support in Next.js applications. To get the session data in the context of server side rendering you now have to call...
## Summary of change This PR updates all tests to use the containerized core to run the tests. ## Related issues ## Test Plan All tests should pass with the...
After updating my repo from Typescript 5.7.2 to 5.8.2 https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/, IDE complains regarding this package `Cannot find module 'supertokens-auth-react/recipe/session' or its corresponding type declarations.ts(2307)`  More about the unsupported Ts...
https://discordapp.com/channels/603466164219281420/1338839110177128491 Discord Link above ^ When using Next.js with the app directory, when the built-in UI generates the QR code, it is black and does not have a "fill" in...
Hi, I'm testing Supertokens + Boxy SAML Jackson + MockSAML and have followed the instructions both on here and on the Boxy website and I have it working correctly for...