https://supertokens.com/
Join Discord
Hi! I was interested in using Supertokens for a side project. Right now, my strategy is to use the p...
m

mathewpregasen9889

almost 3 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
  • 50
Has anyone successfully run supertokens core on heroku with heroku's psql? I'm getting an issue wit...
z

zachequi

about 3 years ago
Has anyone successfully run supertokens core on heroku with heroku's psql? I'm getting an issue with drivers. The database url begins with
postgresql://
so it seems the
jdbc:
prefix is coming from someplace else?
Setting up PostgreSQL connection pool.
2022-10-07T02:04:20.842175+00:00 app[web.1]: Stopping SuperTokens...
2022-10-07T02:04:20.856938+00:00 app[web.1]: What caused the crash: Driver org.postgresql.Driver claims to not accept jdbcUrl, jdbc:postgres://ec2-107-23-76-12.compute-1.amazonaws.com:5432/....
z
n
j
  • 3
  • 7
  • 50
Hi! I am using Angular, and I replaced the HttpClient with fetch. My understanding is that Session.i...
d

dleangen

over 3 years ago
Hi! I am using Angular, and I replaced the HttpClient with fetch. My understanding is that Session.init() is supposed to add interceptors to fetch to send session data along with each http request. Is my understanding correct? If it is, then how can I debug to figure out why session data is not being sent when I make a fetch request?
d
r
  • 2
  • 39
  • 50
Hi, got a little issue with our Android app on react native for a few days. it can log in and get a...
t

teebot

over 3 years ago
Hi, got a little issue with our Android app on react native for a few days. it can log in and get an access token but when refreshing it logs us out this is what we changed before it started to happen : - "supertokens-node": "^8.5.0", + "supertokens-node": "^9.2.3", in the same deployment, we also set the cookieDomain to a wildcard to allow subdomains the weird thing is ios is fine
t
n
  • 2
  • 29
  • 50
Hey I'm getting a really weird error where trying to sign in with Google results in this:
f

fluentcoding

over 1 year ago
Hey I'm getting a really weird error where trying to sign in with Google results in this:
f
r
  • 2
  • 22
  • 49
Hey <@498057949541826571> I want to get a list of all the users I have, but I want to do it from a ...
p

pimpler

almost 2 years ago
Hey @rp_st I want to get a list of all the users I have, but I want to do it from a script, not a server. I saw that there is a function in the node-supertoken lib but Im not able to use it (because I cannot use init()). I saw that there might be an endpoint in the CDI, but when I try to use GET im getting 404 not found in response. What is the right solution here? Thank you
p
r
  • 2
  • 8
  • 49
Hello <@498057949541826571> I am using python flask backend and on clicking on reset password the a...
t

Tushar

about 2 years ago
Hello @rp_st I am using python flask backend and on clicking on reset password the api gives 200 respond but I am not able to receive email . AFAIK from the documents even if I don't add any smtp configurations I should still get an email from supertokens domain or I am missing sth here ?
t
r
  • 2
  • 15
  • 49
Hi! I'm trying to implement UserRoles in my nextjs app and I'm getting ```Initialisation not done. ...
f

fatih.55

about 2 years ago
Hi! I'm trying to implement UserRoles in my nextjs app and I'm getting
Initialisation not done. Did you forget to call the UserRoles.init or SuperTokens.init functions?
when I try to create a role. Does anyone have an idea what I could be doing wrong?
f
n
  • 2
  • 22
  • 49
Sorry another question regarding the Passwordless recipe: I'm trying to use signInUp in the createC...
s

Sonik

over 2 years ago
Sorry another question regarding the Passwordless recipe: I'm trying to use signInUp in the createCode function override in order to create my user earlier, but it kind of hang/freeze the function. Any idea? Thanks.
s
r
  • 2
  • 22
  • 49
im trying to get the logged in users email on the backend: const ThirdParty = require("supertokens-...
b

bitcoinrippin

over 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
  • 49
Previous192021Next

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