https://supertokens.com/
Join Discord
I came across a scenario where a user had an old cookie (thirdparty) and i swapped the recipe over t...
e

Erick

over 2 years ago
I came across a scenario where a user had an old cookie (thirdparty) and i swapped the recipe over to thirdpartyemailpassword... So I think it was looking for thirdparty.Init.. any suggestions on how to not bork all users who have logged in via thirdparty recipe
e
r
  • 2
  • 14
  • 18
Hello! Wondering if there's any method I could do this manually? Plan to send it via SendGrid and ha...
j

Justine

over 2 years ago
Hello! Wondering if there's any method I could do this manually? Plan to send it via SendGrid and handle it with my own form on the frontend.
j
r
  • 2
  • 2
  • 18
I have my website deployed and I am getting the following error when trying to sign in using an acco...
b

bitcoinrippin

over 2 years ago
I have my website deployed and I am getting the following error when trying to sign in using an account I created on localhost (connected to the same supertokens hosted instance) Error: No SuperTokens core available to query at Querier. (/home/rscsguex/nodevenv/api-development/14/lib/node_modules/supertokens-node/lib/build/querier.js:225:27) at Generator.next () at /home/rscsguex/nodevenv/api-development/14/lib/node_modules/supertokens-node/lib/build/querier.js:30:75 at new Promise () at __awaiter (/home/rscsguex/nodevenv/api-development/14/lib/node_modules/supertokens-node/lib/build/querier.js:12:16) at Querier.sendRequestHelper (/home/rscsguex/nodevenv/api-development/14/lib/node_modules/supertokens-node/lib/build/querier.js:218:13) at Querier. (/home/rscsguex/nodevenv/api-development/14/lib/node_modules/supertokens-node/lib/build/querier.js:245:43) at Generator.throw () at rejected (/home/rscsguex/nodevenv/api-development/14/lib/node_modules/supertokens-node/lib/build/querier.js:22:44) at processTicksAndRejections (internal/process/task_queues.js:95:5)
b
n
  • 2
  • 20
  • 18
Could someone tell me how I can get the "Continue with Google" button to show up at the bottom inste...
t

tinofileccia

over 2 years ago
Could someone tell me how I can get the "Continue with Google" button to show up at the bottom instead of the top?
t
r
  • 2
  • 3
  • 18
Auth Redirection - is there a version of this that I can use for supertokens-web-js? Also have the s...
k

Kranos

over 2 years ago
Auth Redirection - is there a version of this that I can use for supertokens-web-js? Also have the same question for setting
useShadowDom: false
import SuperTokens from "supertokens-auth-react";
import ThirdPartyEmailPassword from "supertokens-auth-react/recipe/thirdpartyemailpassword";

SuperTokens.init({
    appInfo: {
        apiDomain: "...",
        appName: "...",
        websiteDomain: "...",
    },
    recipeList: [
        ThirdPartyEmailPassword.init({
            getRedirectionURL: async (context) => {
                if (context.action === "SUCCESS") {
                    if (context.redirectToPath !== undefined) {
                        // we are navigating back to where the user was before they authenticated
                        return context.redirectToPath;
                    }
                    return "/dashboard";
                }
                return undefined;
            }
        }),
    ]
});
k
r
  • 2
  • 1
  • 18
supertokens_python.exceptions.GeneralError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c...
a

abcdefgh3856

over 2 years ago
supertokens_python.exceptions.GeneralError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997) what is the solution of this error
a
r
  • 2
  • 25
  • 18
I want to know if it's possible to implement web3 auth with passwordless + social login
m

maximedotair

over 2 years ago
I want to know if it's possible to implement web3 auth with passwordless + social login
m
r
  • 2
  • 7
  • 18
I'm using Astro with Solid and a custom Python backend. Is there a guide to show the simplest way to...
j

Julio

over 2 years ago
I'm using Astro with Solid and a custom Python backend. Is there a guide to show the simplest way to implement email based auth? Thanks.
j
r
  • 2
  • 6
  • 18
Hi, I'm trying to integrate with the AWS HTTP API Gateway built-in JWT authentication and am receivi...
d

davido_k

almost 3 years ago
Hi, I'm trying to integrate with the AWS HTTP API Gateway built-in JWT authentication and am receiving the following error: Bearer scope="" error="invalid_token" error_description="no "kid" provided in the JWT" Is there a way to add this? I tried adding it like the example mentions to add the Audience but then it's in the userData instead of, I assume, the outer payload.
d
r
  • 2
  • 9
  • 18
I tried overriding with the normal emailpassword example in docs and it worked. When I tried the sam...
r

rayctf

almost 3 years ago
I tried overriding with the normal emailpassword example in docs and it worked. When I tried the same overriding code with thirdpartyemailpassword, vscode couldn't recognize the originalimplementation object. Is overriding slightly different between the recipes? I couldn't tell
r
r
  • 2
  • 3
  • 18
Previous596061Next

SuperTokens.com

SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).

Powered by