https://supertokens.com/
Join Discord
Hi <@498057949541826571> Looks like the front end module of supertokens tries to call the core in ...
a

aquamarine2620

almost 2 years ago
Hi @rp_st Looks like the front end module of supertokens tries to call the core in a loop, it's making many calls per seconds without an end.
a
r
  • 2
  • 4
  • 26
We are using ThirdPartyEmailPassword and Email Verification recipes together. We need Email Verifica...
p

phoenix1413.

almost 2 years ago
We are using ThirdPartyEmailPassword and Email Verification recipes together. We need Email Verification only for Email Password users and not for social users. But When we Try to use "@verifySession" annotation in the backend in case of social login. It is considering it as invalid session. and giving an error like this : { "message": "invalid claim", "claimValidationErrors": [ { "id": "st-ev", "reason": { "message": "wrong value", "expectedValue": true, "actualValue": false } } ] } Can anyone please let us know what to do in this case?
p
r
n
  • 3
  • 27
  • 26
How can I get the user email from its session on a backend? E.g. the email that the user used for ei...
r

rip21

about 2 years ago
How can I get the user email from its session on a backend? E.g. the email that the user used for either passwordless, login/password or social login.
r
r
d
  • 3
  • 6
  • 26
What's the best way to manage users (updating user information, resetting passwords) when there are ...
g

goodgravy

about 2 years ago
What's the best way to manage users (updating user information, resetting passwords) when there are many users? The dashboard doesn't appear to support search and we can't page through 1000s of users…
g
r
n
  • 3
  • 27
  • 26
im trying to get the logged in users email on the backend: const ThirdParty = require("supertokens-...
b

bitcoinrippin

about 2 years ago
im trying to get the logged in users email on the backend: const ThirdParty = require("supertokens-node/recipe/thirdparty"); async function generateNewInvoice(req, res, next) { const userId = session.userId; let userInfo = await ThirdParty.getUserById(userId); But it dies at the ThirdParty.getByUserId() method: Uncaught Error Error: Initialisation not done. Did you forget to call the SuperTokens.init function. Im following this guide basically exactly. What am I doing wrong? https://supertokens.com/docs/thirdparty/common-customizations/get-user-info#using-getuserbyid
b
r
a
  • 3
  • 6
  • 26
Hi, I'm trying to implement supertokens with out ldap and AD servers. From my understanding I need t...
a

arwenxs

about 2 years ago
Hi, I'm trying to implement supertokens with out ldap and AD servers. From my understanding I need to implement a custom provider. I'm just not sure from the example code given how that works? How do we get the client id and client secret?
a
r
  • 2
  • 17
  • 26
Hi guys, any idea why when i'm hosting the core myself, even tho my connection string to pgsql is co...
t

TeK

over 2 years ago
Hi guys, any idea why when i'm hosting the core myself, even tho my connection string to pgsql is correct it uses in-memory db ? Is there a way to get more logs when starting up ? I only get :
Loading supertokens config.
Completed config.yaml loading.
Loading storage layer.
Using in memory storage.
Loading supertokens version.yaml file.
Started SuperTokens on localhost:3567 with PID: 15384
t
r
  • 2
  • 18
  • 26
Anywhere that I could find a example of using Vanilla JS to create custom UI?
s

Swiftzerr

about 3 years ago
Anywhere that I could find a example of using Vanilla JS to create custom UI?
s
r
+3
  • 5
  • 98
  • 26
What could be causing the login to post to "http://localhost:3000/api/auth/authorisationurl?thirdPar...
f

FoolOnTheHill

over 1 year ago
What could be causing the login to post to "http://localhost:3000/api/auth/authorisationurl?thirdPartyId=undefined&redirectURIOnProviderDashboard=undefined " when clicking on login with google/github? Nothing has changed with the code for a long time but it has decided to stop working
f
r
  • 2
  • 16
  • 25
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
  • 25
Previous272829Next

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