https://supertokens.com/
Join Discord
self-hosted supertokens core 6.0 on GCP Cloud Run, getting error "Invalid API Key" when trying to ac...
j

Justine

over 2 years ago
self-hosted supertokens core 6.0 on GCP Cloud Run, getting error "Invalid API Key" when trying to access the
/hello
path, but when I switch back to 5.0 with the same environment variables, it runs without issue. I'm using the same environment variables in both. Not a big issue for me because I can use 5.0, just thought I should let you guys know, maybe I'm missing something.
j
r
  • 2
  • 1
  • 18
<@498057949541826571> is it possible to delete all users and their data programmatically.
a

aV

over 2 years ago
@rp_st is it possible to delete all users and their data programmatically.
a
r
d
  • 3
  • 17
  • 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
I have written a custom provider for Azure AD, would you guys be willing to take it as a contributio...
m

mayankgopronto

over 2 years ago
I have written a custom provider for Azure AD, would you guys be willing to take it as a contribution?
m
r
  • 2
  • 1
  • 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
Previous585960Next

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