-
Hi, I only receive CORS error in this endpoint from the frontend. It works on any non-browser client. Also it works with every other single endpoint from the frontend origin. It's just this one.
![…
-
This issue is about account linking
Flow diagrams: https://lucid.app/lucidchart/82064b11-858b-4f97-b2ee-3d6e6ed604a6/edit?viewport_loc=-91%2C-655%2C2048%2C1196%2C0_0&invitationId=inv_92259a69-24b4-…
-
i using a self hosted supertokens instance, it was connected to a single frontend react app.
Now i added another frontend app with different domain and i want to connect it to the same supertokens in…
-
**Managed core v5**
**Frontend:** supertokens-auth-react 0.31.5
**Backend:** supertokens-python 0.13
### Description
- Calling signOut from frontend is not revoking user's sessions
- Endpoint t…
-
I'm using `supertokens-auth-react` in a `nextjs` application (v.13.4.4) and i'm using the signOut method to logout from my application.
```
import { signIn, signOut } from 'supertokens-auth-reac…
-
By following along the supertokens prebuilt guide (https://supertokens.com/docs/thirdpartyemailpassword/pre-built-ui/setup/frontend) in step 3 I unfortunately can't really make any progress using vite…
-
Example interface design for various interfaces
Frontend: https://supertokens.com/docs/thirdparty/pre-built-ui/setup/frontend
Backend: https://supertokens.com/docs/thirdparty/pre-built-ui/setup/back…
-
Once in a while my backend (Flask) has an error during the signinandup flow on the frontend, when the user tries to sign in with Google. On the frontend, there's an error like "there was an error, ple…
-
I haven't found any documentation on how to setup specific providers, so I have somewhat guessed my way to where I am now.
## Using `code`
I use `https://appleid.apple.com/auth/authorize?respons…
-
1. Custom exchange of auth code
2. Function for get profile info - return all fields returned from provider
3. GetClientID without having to call Get on the provider, also for ClientSecret
4. Suppo…