https://supertokens.com/
Join Discord
Hey, we recently changed the domain our app is hosted on and we've started to a get a bunch of fairl...
v

vivalapanda

about 2 years ago
Hey, we recently changed the domain our app is hosted on and we've started to a get a bunch of fairly mysterious 403s?
v
r
  • 2
  • 35
  • 39
Hello folks, We are building an open-source platform (http://github.com/agenta-ai/agenta) where we w...
m

Mahmoud

over 2 years ago
Hello folks, We are building an open-source platform (http://github.com/agenta-ai/agenta) where we want to include features for authentication. Each of our users hosts our platform in their own instances. We were thinking of using supertokens for authentication. One idea we had is to have one central supertokens core instance hosted by us that is shared by all users of our platform (meaning each user hosts their own instance of agenta, and their agenta backend calls supertokens core hosted by us). This would allow us to measure the real number of our users. Now, the challenge is that means that the supertokens core that we host will be openly available to all the internet without API keys. The question is: what security risks does this present? I understood that the supertokens core provides an endpoint for session creation. However, the backend itself is the one that verifies this session internally. So, if my understanding is correct, even if some attacker used supertokens core to create a session, they won't be able to user this session token in a users backend. Is this correct?
m
r
  • 2
  • 11
  • 39
Is it a bug, when the user metadata in the dashboard is empty, but it is in the db. Or just not imp...
t

trivialkettle

over 2 years ago
Is it a bug, when the user metadata in the dashboard is empty, but it is in the db. Or just not implemented yet because of beta
t
  • 1
  • 1
  • 39
hi, is it expected that using Supertokens with next.js disables static optimization entirely? Our en...
k

kushal5266

over 2 years ago
hi, is it expected that using Supertokens with next.js disables static optimization entirely? Our entire app is protected, so we get this error in the Vercel logs:
Warning: You have opted-out of Automatic Static Optimization due to `getInitialProps` in `pages/_app`. This does not opt-out pages with `getStaticProps`
This causes some strange downstream issues for us, because now everything in our client needs to get rendered via serverless functions
k
r
  • 2
  • 7
  • 39
Is there a way to manually generate a verification link for a user? Found https://supertokens.com/do...
b

bradvrm

over 2 years ago
Is there a way to manually generate a verification link for a user? Found https://supertokens.com/docs/emailpassword/common-customizations/email-verification/generate-link-manually but not yet documented. The use case for this being the username has been changed, which marks it as not verified anymore, I want to then generate a new verification link and send that through to the new username once it has changed. Is this possible currently? or would I only be able to fire the new verification email once the user has created a session with the new username? thanks in advance 🙂
b
r
  • 2
  • 4
  • 39
Hello, I (akshat-g-07 on github) have been wanting to contribute to this community (supertokens-auth...
p

protostaarranuj

over 2 years ago
Hello, I (akshat-g-07 on github) have been wanting to contribute to this community (supertokens-auth-react) and I was trying to setup the project in my local. I went through the steps mentioned in the Contributing.md. And I think something didn't go as expected that's why I am not able to setup. If someone can connect with me (so that I can share my screen) for few minutes to help me there, it would be really helpful. We can discuss it here as well if connecting is not convenient. Thanks in advance 🙂
p
n
  • 2
  • 32
  • 39
I am getting this 500 internal server error - custom ui, nestjs backend
e

eray

over 2 years ago
I am getting this 500 internal server error - custom ui, nestjs backend
e
r
  • 2
  • 22
  • 39
Is is possible for Frontend(Next js) to get the user meta data ?
p

PPaii

almost 3 years ago
Is is possible for Frontend(Next js) to get the user meta data ?
p
r
  • 2
  • 1
  • 39
Is it possible to give custom userId to supertokens.? I know supertokens uses uuid. I was taking a...
m

muhajirdev

about 3 years ago
Is it possible to give custom userId to supertokens.? I know supertokens uses uuid. I was taking a look at the override functions. Wondering if I can pregenerate the user_id that will be used in supertokens table
m
r
j
  • 3
  • 51
  • 39
When I try to use the use functions in the frontend (Angular) ```ts // login function async login...
g

Guldberg

over 3 years ago
When I try to use the use functions in the frontend (Angular)
ts
// login function
  async login(email: string, password: string) {
    console.log(
      await ThirdPartyEmailPassword.emailPasswordSignUp({
        formFields: [
          {
            id: 'email',
            value: email,
          },
          {
            id: 'password',
            value: password,
          },
        ],
      })
    );
  }
I get 404 error, stating that the route in the backend (NestJS) does not exist
POST http://localhost:3333/api/signup 404 (Not Found)
. What am I supposed to do, in order for the backend to to the correct think on those routes?
g
r
  • 2
  • 9
  • 39
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