https://supertokens.com/
Join Discord
I discovered today that Playwright might give devs access to the browser's cookies. (Would have to c...
i

ITEnthusiasm

about 1 year ago
I discovered today that Playwright might give devs access to the browser's cookies. (Would have to confirm on my own.) If they do, it could be a great tool for testing example repositories since it also enables devs to disable JavaScript in the browser during end to end testing. If a set of standard test cases could be created, they could be run against any example repo to make sure everything still works as expected during repo NPM package upgrades, etc. Hoping to look into this sometime within the next 4 months. But sounds pretty exciting (since it would take away a lot of manual work).
i
  • 1
  • 2
  • 24
Hi, I was wondering is it possible to implement Microsoft / Outlook SSO with supertoken? And if yes,...
j

joesim_

over 1 year ago
Hi, I was wondering is it possible to implement Microsoft / Outlook SSO with supertoken? And if yes, where can I find some resources about that?
j
r
  • 2
  • 5
  • 24
Hi everyone, I'm trying to add Passwordless authentication using the Prebuilt UI to my React app (us...
d

drifter2412

almost 2 years ago
Hi everyone, I'm trying to add Passwordless authentication using the Prebuilt UI to my React app (using latest versions of
supertokens-auth-react
and
react-router-dom
) but I'm hitting an issue when the app loads:
Uncaught Error: No instance of Passwordless found. Make sure to call the Passwordless.init method
I'm initialising SuperTokens and Passwordless at the root of my application (see thread for code snippets) and I've checked and all the imports resolve to the same module in case they were pointing at different ones and using different contexts so I'm a little confused 😆 . Can anyone point me in the direction of where I might be going wrong please?
d
r
i
  • 3
  • 7
  • 24
Hi there, I am trying to call the sign_up function from the supertokens_python.recipe.emailpassword....
s

SuperEric

almost 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
  • 24
Hi Team, I have a pricing related query and would appreciate if you can DM me with the details. We...
k

Krishnamurthy

over 2 years ago
Hi Team, I have a pricing related query and would appreciate if you can DM me with the details. We are building a B2B app and would require the per-tenant SSO integration feature. (see attached image). Wanted to understand the pricing for the self-hosted vs. managed options for the above feature alone. Thanks.
k
a
  • 2
  • 5
  • 24
Any ideas why my supertokens when deployed doesn't return any cookies but still return 201. But runn...
m

Marques

over 2 years ago
Any ideas why my supertokens when deployed doesn't return any cookies but still return 201. But running the same locally I get 201 and cookies? (using postman to test) ?
m
n
r
  • 3
  • 16
  • 24
Hello. Is https://artifacthub.io/packages/helm/graphql-hive-subcharts/supertokens your official Helm...
j

jam_nside

over 2 years ago
Hello. Is https://artifacthub.io/packages/helm/graphql-hive-subcharts/supertokens your official Helm repository for Supertokens Core?
j
r
m
  • 3
  • 3
  • 24
Hello Everyone! :). I am trying out supertokens on angular electronjs with this repo https://github....
r

ray.npc

over 2 years ago
Hello Everyone! :). I am trying out supertokens on angular electronjs with this repo https://github.com/maximegris/angular-electron. During development, everything works fine. However, after I compile into desktop app, launching the application throw an error in console.log “Uncaught Error: Please provide a valid sessionScope” Has anybody experience this or how to solve this?
r
n
  • 2
  • 3
  • 24
Hi! I was interested in using Supertokens for a side project. Right now, my strategy is to use the p...
m

mathewpregasen9889

over 2 years ago
Hi! I was interested in using Supertokens for a side project. Right now, my strategy is to use the pre-built UI to accelerate setting up the app and then switch to a custom auth UI down the road. Is this an easy switch to make?
m
r
s
  • 3
  • 4
  • 24
Hi! I'm currently trying to deploy supertokens and I get this error without much information `Error:...
c

crro

almost 3 years ago
Hi! I'm currently trying to deploy supertokens and I get this error without much information
Error: no host specified in headers or uri
c
r
  • 2
  • 5
  • 24
Previous293031Next

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