https://supertokens.com/
Join Discord
hey <@498057949541826571> , i am getting error while creating a session,
s

satty_71243

almost 2 years ago
hey @rp_st , i am getting error while creating a session,
s
r
  • 2
  • 13
  • 19
We are experiencing high latency while calling createCode and consumeUser? Together they are consumi...
r

roushan_46400

almost 2 years ago
We are experiencing high latency while calling createCode and consumeUser? Together they are consuming around 28s.
r
r
  • 2
  • 11
  • 19
Hey team, I believe there is a bug in the latest python sdk version. The `create_reset_password_link...
s

SuperEric

almost 2 years ago
Hey team, I believe there is a bug in the latest python sdk version. The
create_reset_password_link
sdk function calls
get_password_reset_link
with the wrong order of arguments: https://github.com/supertokens/supertokens-python/blob/v0.16.8/supertokens_python/recipe/emailpassword/asyncio/__init__.py#L148-L149 https://github.com/supertokens/supertokens-python/blob/v0.16.8/supertokens_python/recipe/emailpassword/utils.py#L303
create_reset_password_link
gives the recipe_id as the second argument to
get_password_reset_link
and the token as the third argument, but
get_reset_password_link
defines the token as the second parameter to the function and the recipe id as the third parameter. As a result when we call the
send_reset_password_email
the link in the email looks like
/reset-password?token=emailpassword&rid=<actual token>
s
r
  • 2
  • 5
  • 19
is there a way to "Skip authentication" ?
a

akrem.yes

about 2 years ago
is there a way to "Skip authentication" ?
a
r
  • 2
  • 10
  • 19
Hi there! I am trying to create a dashboard user like this ``` curl --location --request POST 'http:...
a

akrem.yes

about 2 years ago
Hi there! I am trying to create a dashboard user like this
curl --location --request POST 'http://localhost:3567/api/recipe/dashboard/user' \
--header 'rid: dashboard' \
--header 'Content-Type: application/json' \
--data-raw '{"email":"akrem@agenta.com" ,"password": "pass"}'
however am getting this error and I don't find docs about it
AppId or tenantId not found => Tenant with the following connectionURIDomain, appId and tenantId combination not found: (, public, api)
a
r
n
  • 3
  • 49
  • 19
hey guys, I hope you're doing well. I'm reaching out because I've encountered an issue with my Djang...
f

fayzul_

about 2 years ago
hey guys, I hope you're doing well. I'm reaching out because I've encountered an issue with my Django application that involves the @verify_session() decorator provided by SuperTokens. Here's a snippet of my code:
f
r
k
  • 3
  • 49
  • 19
is there somewhere that explains what an MAU is? Does MAU mean total users signed up? If it is month...
m

mrCunningham

over 2 years ago
is there somewhere that explains what an MAU is? Does MAU mean total users signed up? If it is monthy active users, then does that mean if user
Bob
logs in three times that counts as 1 MAU?
m
r
  • 2
  • 4
  • 19
<@498057949541826571> any ETA on 2FA support?
f

flash-singh

over 2 years ago
@rp_st any ETA on 2FA support?
f
r
  • 2
  • 2
  • 19
is there any to log out the user if user is idle for 10 mins without?
s

shri4953

over 2 years ago
is there any to log out the user if user is idle for 10 mins without?
s
r
  • 2
  • 1
  • 19
Checkout our docs SDK Changelog for more
p

productdevbook

over 2 years ago
please link
p
r
  • 2
  • 10
  • 19
Previous535455Next

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