https://supertokens.com/
Join Discord
Guest Author Program…
m

mizzle

about 1 year ago
Hi @Koha sent you a dm regarding this
m
k
  • 2
  • 3
  • 26
Hey <@498057949541826571> I have intergrated user login using google, On frontend how I can get th...
l

Lucifer979

over 1 year ago
Hey @rp_st I have intergrated user login using google, On frontend how I can get the user information after login, like userId?
l
r
  • 2
  • 1
  • 26
The third party provider google seems to be missing from the backend configs. I am getting this er...
l

Lucifer979

over 1 year ago
The third party provider google seems to be missing from the backend configs. I am getting this error message while using google third party login What could be the issue? @rp_st please guide
l
r
  • 2
  • 35
  • 26
hi, i faced an issue. `Error: SuperTokens core threw an error for a POST request to path: '/recipe/a...
t

tomita0022

over 1 year ago
hi, i faced an issue.
Error: SuperTokens core threw an error for a POST request to path: '/recipe/accountlinking/user/primary' with status code: 402 and message: Account linking feature is not enabled for this app. Please contact support to enable it.
t
r
  • 2
  • 4
  • 26
I want to override the SessionAuth's behaviour of checking if the session is present or not and if n...
s

Sekai

over 1 year ago
I want to override the SessionAuth's behaviour of checking if the session is present or not and if not redirect to login page. I know I need to modify the overrideGlobalClaimValidators field but I am having troubles finding documentation on it. I don't know what exactly to put. All I know is the authorization part where it checks the roles.
s
r
  • 2
  • 6
  • 26
hi <@498057949541826571> I test endpoints via postman. For this, I need to refresh tokens at regular...
c

ceylan_89116

over 1 year ago
hi @rp_st I test endpoints via postman. For this, I need to refresh tokens at regular intervals. Is there a token for postman that does not require refresh?
c
r
  • 2
  • 6
  • 26
Hey team , Supertokens involve third party cookies for auth in case of cookie based authentication ....
t

Tushar

over 1 year ago
Hey team , Supertokens involve third party cookies for auth in case of cookie based authentication . Chrome has disabled thirdparty cookies for 1% users and soon will be disabling third party cookies . How will the cookie based auth work then ? Would we need to move to header based in that case ? If yes , how will session sharing work ?
t
r
  • 2
  • 14
  • 26
Hi, I was wondering is it possible to implement Microsoft / Outlook SSO with supertoken? And if yes,...
j

joesim_

almost 2 years 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
  • 26
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
  • 26
Hey, I found a bug in the fetch interceptor in supertokens-website (lib/ts/recipeImplementation.ts) ...
u

urbansson

over 2 years ago
Hey, I found a bug in the fetch interceptor in supertokens-website (lib/ts/recipeImplementation.ts) 172:91 When we make our fetch calls we pass a URL object into it as the typescript definitions suggests. Doing that we get the following error:
js
TypeError: url.clone is not a function
and that makes sense as you do the following
js
typeof url === "string" ? url : (url as Request).clone()
the
URL
object does not have the clone methed defined. We currently solve it be calling toString before passing it to fetch, but breaking the fetch api might make other thirdparty dependencies break. You can try it yourself by doing something like this:
js
fetch(new URL(("https://localhost:3000/index.html"))).then(() => {console.log("fetched")}).catch(err => console.log("err", err))
u
r
p
  • 3
  • 4
  • 26
Previous424344Next

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