https://supertokens.com/
Join Discord
Hi there, I am trying to call the sign_up function from the supertokens_python.recipe.emailpassword....
s

SuperEric

about 2 years ago
Hi there, I am trying to call the sign_up function from the supertokens_python.recipe.emailpassword.asyncio library. When I call
result = await sign_up(sign_up_input.email, sign_up_input.password)
I get the error message
TypeError: sign_up() missing 1 required positional argument: 'tenant_id'
But when I do the call
result = await sign_up(tenant_id="", email=sign_up_input.email, password=sign_up_input.password)
I get the error
TypeError: sign_up() takes 3 positional arguments but 4 were given
Is this a bug? Using version 0.16.0 of the supertokens python sdk
s
r
  • 2
  • 11
  • 50
question about FB login we used to use `getThirdPartyAuthorisationURLWithQueryParamsAndSetState` fro...
i

idanto

over 2 years ago
question about FB login we used to use
getThirdPartyAuthorisationURLWithQueryParamsAndSetState
from
'supertokens-auth-react/recipe/thirdpartypasswordless'
but after upgrade to the latest package version we are getting in runtime the error:
TypeError: Cannot read properties of undefined (reading 'startsWith')
    at appendQueryParamsToUR
I see in the docs this is the reference example:
import { getThirdPartyAuthorisationURLWithQueryParamsAndSetState } from "supertokens-web-js/recipe/thirdpartypasswordless";
is this the reason for the error or we are doing something else wrong?
i
r
  • 2
  • 64
  • 50
I was working supertokens with React and Django rest framework. I have added super tokens for both r...
m

meseret_14335

over 2 years ago
I was working supertokens with React and Django rest framework. I have added super tokens for both react and Django rest framework but I can't sign up or sign in. When I click sign up with Google it says "Something went wrong. Please try again.". And here is the error message : "GET /auth/authorisationurl?thirdPartyId=google&redirectURIOnProviderDashboard=http%3A%2F%2Flocalhost%3A3000%2Fcallback%2Fgoogle HTTP/1.1" 200 281. can you guys help me
m
r
  • 2
  • 33
  • 50
I want to create a new user context that includes a request in golang, how can i do that?
e

Erick

over 2 years ago
I want to create a new user context that includes a request in golang, how can i do that?
e
r
  • 2
  • 15
  • 50
Hi, I'm getting a 401 : Unauthorized message while calling the refresh and sign out api's. Here are ...
g

ggi_d

about 3 years ago
Hi, I'm getting a 401 : Unauthorized message while calling the refresh and sign out api's. Here are the cookies being set in the request.
g
r
  • 2
  • 9
  • 50
Hi, got a little issue with our Android app on react native for a few days. it can log in and get a...
t

teebot

over 3 years ago
Hi, got a little issue with our Android app on react native for a few days. it can log in and get an access token but when refreshing it logs us out this is what we changed before it started to happen : - "supertokens-node": "^8.5.0", + "supertokens-node": "^9.2.3", in the same deployment, we also set the cookieDomain to a wildcard to allow subdomains the weird thing is ios is fine
t
n
  • 2
  • 29
  • 50
Hello. I'm getting started on supertokens. How much memory is necessary for a the service database ?
s

sr.amorzinho

almost 2 years ago
Hello. I'm getting started on supertokens. How much memory is necessary for a the service database ?
s
r
  • 2
  • 3
  • 49
I am trying to implement websockets in fastapi. I am sendihng the jwt token correctly. And also able...
d

dekode

about 2 years ago
I am trying to implement websockets in fastapi. I am sendihng the jwt token correctly. And also able to parse it using parse_jwt_without_signature_verification. The payload contains the session Handle. I could not fidn a way to get the session and the user form that. Any help would be appreicated.
d
r
  • 2
  • 2
  • 49
Hi, I'm having trouble with enabling email verification in my ThirdPartyEmailRecipe. When I call Ema...
d

dominik_21160

about 2 years ago
Hi, I'm having trouble with enabling email verification in my ThirdPartyEmailRecipe. When I call EmailVerification.sendVerificationEmail() (imported from supertokens-web-js/recipe/emailverification) in my Vue file, I get the error "No instance of EmailVerification found. Make sure to call the EmailVerification.init method. " In the django backend, I do call emailverification.init() in the recipe_list. Do you know what could be going wrong?
d
r
  • 2
  • 3
  • 49
What's the best way to manage users (updating user information, resetting passwords) when there are ...
g

goodgravy

over 2 years ago
What's the best way to manage users (updating user information, resetting passwords) when there are many users? The dashboard doesn't appear to support search and we can't page through 1000s of users…
g
r
n
  • 3
  • 27
  • 49
Previous171819Next

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