https://supertokens.com/
Join Discord
I'm getting "Something went wrong. Please try again" when I try to login. Both social logins and ema...
t

Tobbe

over 2 years ago
I'm getting "Something went wrong. Please try again" when I try to login. Both social logins and email/pw give the same error. Is there anywhere I can get more information about what's wrong?
t
r
  • 2
  • 7
  • 7
Hey guys, wanted to ask if there’s a way to host supertokens on aws? I have successfully hosted on l...
r

raoul97.

over 2 years ago
Hey guys, wanted to ask if there’s a way to host supertokens on aws? I have successfully hosted on local host for not but we would like to host it on Aws in the future
r
r
  • 2
  • 1
  • 7
Hey folks - We're currently building out a migration away from cognito (which - does not allow user...
n

nabb23_

over 2 years ago
Hey folks - We're currently building out a migration away from cognito (which - does not allow user exports), so we need to do a slow migration towards supertokens. Current thinking is to use ThirdPartyEmailPassword.emailPasswordSignInPOST, and if the login with supertokens fails, try to login with the old auth provider. If this succeeds - we want to create the user in supertokens with their user/password, bypass email verification, etc. Havent been able to find in the docs thus far where we can pass the user/pass along for creation, mind pointing me in the right direction?
n
r
  • 2
  • 19
  • 7
Hello, I was checking the server logs, and I found Token theft detected. What does this mean and ...
k

kawthar.mahboubi8664

over 2 years ago
Hello, I was checking the server logs, and I found Token theft detected. What does this mean and more importantly how it is triggered ? at what scenario you throw this error ?
k
r
  • 2
  • 3
  • 7
Is there any solution for e2e testing with Google login? Google blocks all UI attempts at logging i...
c

csjaction

over 2 years ago
Is there any solution for e2e testing with Google login? Google blocks all UI attempts at logging in. I tried looking into their apis, but Supertokens is operating as the middle person, so I can't log in via Google's APIs. Has anyone found a non-mocked way of doing e2e testing with Google logins? I'm using Nightwatch (a node selenium based framework).
c
r
  • 2
  • 2
  • 7
I am trying to create a websocket server & I need to authenticate the clients. I can authenticate th...
d

darkphoenix2704

over 2 years ago
I am trying to create a websocket server & I need to authenticate the clients. I can authenticate them in rest apis , how can i do it using Socket.io with supertokens..
d
r
  • 2
  • 4
  • 7
I occasionally get the error `No SuperTokens core available to query`. It fails my requests. I'm onl...
a

Alex

over 2 years ago
I occasionally get the error
No SuperTokens core available to query
. It fails my requests. I'm only on dev right now - hoping this doesn't happen on prod?
a
r
  • 2
  • 18
  • 7
is there a way to list all users?
v

Vrl

almost 3 years ago
is there a way to list all users?
v
r
  • 2
  • 1
  • 7
is there a way to embed a redirectToPath url argument during the email verification process?
a

arjun6436

almost 3 years ago
is there a way to embed a redirectToPath url argument during the email verification process?
a
r
  • 2
  • 27
  • 7
I noticed that the Auth0 external id (`sub`) for the google provider was `google-oauth2|<ID>`. Now ...
n

n1ru4l

almost 3 years ago
I noticed that the Auth0 external id (
sub
) for the google provider was
google-oauth2|<ID>
. Now with supertokens I am building this within
createNewSession
, for mapping the accounts.
const externalUserId = user.thirdParty ? `${user.thirdParty.id}|${user.thirdParty.userId}` : null;
I noticed that
user.thirdParty.id
, here is
google
and not
google-oauth2
. Is it safe for me to simply replace the
google|
part with
google-oauth2
, is the
<ID>
part of the auth0 sub stable?
n
r
  • 2
  • 6
  • 7
Previous707172Next

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