https://supertokens.com/
Join Discord
<@435107855880683521> the Randstad instance is receiving "too many requests" errors. They're onboar...
c

Code

about 2 years ago
@porcellus the Randstad instance is receiving "too many requests" errors. They're onboarding their talent right now, very bad timing, what are the rate limits here?
c
a
+2
  • 4
  • 71
  • 20
Hey there, How could I understand what is the error? What I know is that when editing the metadata...
a

amagic5502

about 2 years ago
Hey there, How could I understand what is the error? What I know is that when editing the metadata, the error happens
a
r
  • 2
  • 2
  • 20
Hi, I am associating the roles to a user after the session has already been created, I am trying to...
n

Namratha

about 2 years ago
Hi, I am associating the roles to a user after the session has already been created, I am trying to manually add the roles and permissions to a session using in the following way in consume override function: def override_passwordless_apis(original_implementation: APIInterface): original_consume_code_post = original_implementation.consume_code_post async def consume_code_post(pre_auth_session_id: str, user_input_code: Union[str, None], device_id: Union[str, None], link_code: Union[str, None], api_options: APIOptions, user_context: Dict[str, Any]): res = await add_role_to_user("public",userid_field, role_name) await session.fetch_and_set_claim(UserRoleClaim) How to get session object inside this signup overide function
n
r
  • 2
  • 1
  • 20
I'm using the managed SuperTokens service, how do I go about updating the version of core it uses, t...
m

mrdan

over 2 years ago
I'm using the managed SuperTokens service, how do I go about updating the version of core it uses, think we are on 4.2 at the moment and would like to go to the latest version in the dev environment
m
r
  • 2
  • 2
  • 20
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
  • 20
Trying to view the dashboard on localhost, but getting a 404 error on login. I've already created a ...
p

petrgazarov

over 2 years ago
Trying to view the dashboard on localhost, but getting a 404 error on login. I've already created a user following instructions here: https://supertokens.com/docs/thirdparty/pre-built-ui/setup/dashboard.
p
r
n
  • 3
  • 18
  • 20
Hi, I'm trying to run the supertokens-core from my local system, it was running fine before, now it ...
v

vigneshkumar5238

over 2 years ago
Hi, I'm trying to run the supertokens-core from my local system, it was running fine before, now it is throwing this error.
What caused the crash: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `io.supertokens.config.CoreConfig` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('git update-index --skip-worktree modules.txt git update-index --skip-worktree settings.gradle git update-index --skip-worktree .idea/runConfigurations/CLI_Main.xml git update-index --skip-worktree .idea/compiler.xml git update-index --skip-worktree .idea/vcs.xml

prefix=`./utils/project-prefix`
url=https://bitbucket.org/vrai-labs if [[ $1 = "--ssh" ]] then url=git@bitbucket.org:vrai-labs fi
if [ $prefix == "supertokens" ]; then')
 at [Source: (File); line: 4, column: 1]
I'm using this command,
java -classpath "./core/*:./plugin-interface/*:./ee/*" io.supertokens.Main ./ DEV
v
r
  • 2
  • 6
  • 20
I'm logged out after using supertokens with multiple api endpoints ( https://supertokens.com/docs/pa...
c

crro

almost 3 years ago
I'm logged out after using supertokens with multiple api endpoints ( https://supertokens.com/docs/passwordless/common-customizations/sessions/multiple-api-endpoints)
c
r
  • 2
  • 217
  • 20
Are there any limits for Google login?
c

chunkygoo.

about 3 years ago
Are there any limits for Google login?
c
r
  • 2
  • 4
  • 20
Hi, I'm trying to implement a basic POC in python (running core in a docker container), but I'm havi...
s

sklorn

about 3 years ago
Hi, I'm trying to implement a basic POC in python (running core in a docker container), but I'm having issues configuring supertokens. I'm just running a simple FastAPI server and want to test social login. However, I'm getting a bunch of log messages from the middleware about not being able to handle my request (no recipe matched), and it looks like the middleware is just being bypassed. Here's my code (using the client_id/secret from the docs...)
s
r
  • 2
  • 15
  • 20
Previous646566Next

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