https://supertokens.com/
Join Discord
Hi, I was trying to integrate SuperTokens auth api into my angular project by navigating through qui...
n

nisky_man

about 3 years ago
Hi, I was trying to integrate SuperTokens auth api into my angular project by navigating through quick setup guide in the documentation, however after adding express i noticed that my apped stopped building. I'm constantly getting getting errors such as the one in attachment. Could someone help me resolve this issue? Thanks in advance for any help/tips
n
r
  • 2
  • 8
  • 23
hi, anyway i can check old docs of passwordless login we use `'supertokens-website'` module on the ...
e

EdwinN1337

about 3 years ago
hi, anyway i can check old docs of passwordless login we use
'supertokens-website'
module on the frontend with custom ui, but the docs switched to
supertokens-web-js
. which is a different implementation?
e
n
  • 2
  • 48
  • 23
How is the password verification enforced on the backend? Currently it is kind of only enabled via t...
n

n1ru4l

about 3 years ago
How is the password verification enforced on the backend? Currently it is kind of only enabled via the frontend by setting the
emailVerificationFeature
option on the frontend? 🤔
n
r
  • 2
  • 14
  • 23
hey <@498057949541826571> we are facing issues with apple signup from ios mobile, android and web s...
a

alisha08770

over 3 years ago
hey @rp_st we are facing issues with apple signup from ios mobile, android and web signup/login are working fine
a
r
  • 2
  • 38
  • 23
Hey guys I'm using next js, getting infinite call `/refresh` on Safari (Works fine from Chrome) ```...
j

johnmichal4362

over 3 years ago
Hey guys I'm using next js, getting infinite call
/refresh
on Safari (Works fine from Chrome) ``` SuperTokens.init({ appInfo: { appName: 'Test', apiDomain: 'http://localhost:3000', websiteDomain: 'http://localhost:8080', apiBasePath: '/api/v1/public/auth', websiteBasePath: '/auth' }, recipeList: [ Passwordless.init({ contactMethod: 'EMAIL' }), Session.init({ cookieDomain: 'http://localhost:8080' }) ] })
j
r
  • 2
  • 30
  • 23
For some reason I can't call `/auth/signout`. Getting unauthorized errors. How exactly does that hap...
i

ITEnthusiasm

over 3 years ago
For some reason I can't call
/auth/signout
. Getting unauthorized errors. How exactly does that happen? 🤔
i
r
  • 2
  • 4
  • 23
Hi, I'm having an issue - sign in and up doesn't work in browser Incognito mode
i

idanh

almost 2 years ago
Hi, I'm having an issue - sign in and up doesn't work in browser Incognito mode
i
r
  • 2
  • 10
  • 22
Hello, nice to e-meet you all, I was just trying to provide a new db connection to a tenant I previo...
f

fedec90

almost 2 years ago
Hello, nice to e-meet you all, I was just trying to provide a new db connection to a tenant I previously created (no problem with that), but when I tried to perform https://supertokens.com/docs/multitenancy/new-tenant#providing-additional-configuration-per-tenant > curl --location --request PUT 'http://localhost:3567/recipe/multitenancy/tenant' \ > --header 'api-key: ' \ > --header 'Content-Type: application/json' \ > --data-raw '{ > "tenantId": "customer1", > "coreConfig": { > "email_verification_token_lifetime": 7200000, > "password_reset_token_lifetime": 3600000, > "postgresql_connection_uri": "postgresql://localhost:5432/db2" > } > }' of course with our tenantId, an error occurred:
Invalid core config: Invalid config key: postgresql_connection_uri
can anyone help me?
f
r
  • 2
  • 7
  • 22
Hi, I'm trying to use the `createUserIdMapping` function. it keeps throwing error, "SuperTokens core...
d

dhatguy

almost 2 years ago
Hi, I'm trying to use the
createUserIdMapping
function. it keeps throwing error, "SuperTokens core threw an error for a POST request to path: '/recipe/userid/map' with status code: 400 and message: UserId is already in use in Session recipe"
d
r
  • 2
  • 2
  • 22
Hey, I am using golang fiber with some nextjs and reactjs frontend. i am having issue with CORS ht...
a

albatroz

almost 2 years ago
Hey, I am using golang fiber with some nextjs and reactjs frontend. i am having issue with CORS https://codefile.io/f/7ToerynrFw any help will be apprciated 🙂
a
r
  • 2
  • 21
  • 22
Previous565758Next

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