https://supertokens.com/ logo
Join Discord
Powered by
# general
  • r

    Rohan

    07/18/2025, 3:33 PM
    Is it not possible to setup multiple passkeys per ST user right now? The SDKs only accept an email and trying to do a second passkey throws an "email already exists" error
  • a

    AAA!!

    07/23/2025, 10:51 AM
    Hello, @everyone I just started mobile app development, But I have confident in this field, I am looking for leader who lead me,
  • d

    Darko

    07/23/2025, 4:34 PM
    I'm not sure, but try #1224328457589227540 🙂
  • k

    konrad1221

    07/23/2025, 5:20 PM
    @Darko do you plan to improve the SSR experience? I migrated to supertokens from auth.js (next auth) and Auth0 a few months ago. The learning curve was harder than it should be. I was missing fully working code examples, that are more advanced than a "calculator" project. I have found my ways around using ST for more complex projects. The developer experience is amazing. I only miss now the better support for SSR session management. Okay, maybe MFA that would not require $100/m bill for smaller projects :p
  • d

    Darko

    07/29/2025, 4:03 PM
    well, actually 😁
  • d

    Darko

    07/29/2025, 4:03 PM
    the SSR thing is coming very soon
  • d

    dark.energy

    08/13/2025, 4:25 PM
    Hello @SuperTokens There seems to be something wrong with the website most of the time, the tab just keeps spinning without loading the page. Preflight check fails with 400.
  • o

    Ollie.

    08/13/2025, 4:27 PM
    Works fine for me
  • t

    tacit_danger

    08/18/2025, 4:20 PM
    better-auth vs supertokens?
  • i

    invke

    08/19/2025, 9:11 PM
    Hi, I'm evaluating using SuperTokens as an alternative to Auth0's due to it's rather prohibitive pricing model. I have quite liked what I've seen and how my investigation & spike has gone, but was hoping someone who is using ST in production would be able to give some insight into the following: - Have you had any issues/difficulties implementing/hosting/maintaining ST that are good to be aware of - Have you had anything go wrong either with ST or have there been any issues (incidents etc) - For the above, did you get support from ST, how was that?
  • o

    Ollie.

    08/20/2025, 5:02 AM
    Can’t attest to it in production - we are about a month away from that stage, but integrating SuperTokens has been a breeze so far. Support seems decent, but haven’t had any serious issues to ask though. Self hosting it is super easy, and presumably their cloud hosting would be even easier. My only complaint is their MFA is a bit expensive.
  • m

    Markus Englund

    08/22/2025, 2:12 PM
    Hey Supertokens team, will the Mysql->Postgresql migration guide ever see the light of day? (Mentioned in this thread: https://discord.com/channels/603466164219281420/1387708993958576190/1387708993958576190) We're planning on starting the migration project soon and you could save us a lot of work if you post the guide.
  • y

    Yohlo

    08/27/2025, 1:06 PM
    anyone use supertokens in a Tanstack Start app? I have a mostly working app, but been having a persistent issue with sessions expiring and where refreshing the session either doesn’t work or doesn’t trigger
  • a

    amirsalarsafaei

    09/01/2025, 8:55 AM
    My Experience with Supertokens —- TL;DR: We chose Supertokens over Ory Hydra for better integration with our stack. Load tests revealed issues that led me to set up monitoring — only to discover the core has no monitoring/metrics at all. For a scalable solution, this is a major concern —- Long Version: After evaluating both Supertokens and Ory Hydra for our identity service, we ultimately chose Supertokens because it integrated more naturally with our existing stack. We’re a large enterprise, and even with a paid license, our policy is to self‑host and manage all user data in‑house. We planned the migration carefully and began deep‑diving into the product. Since Golang is the primary programming language in our projects, we naturally chose the Golang SDK. While the SDK is a bit outdated, I felt it would be better to contribute improvements rather than rebuild it from scratch. During MVP development, the Supertokens team was highly responsive on Discord, which I truly appreciated. Once the integration reached a checkpoint, we ran a load test using Locust (a benchmarking tool). That led to this post: https://discord.com/channels/603466164219281420/1411793745233444995/1411793745233444995 (It’s still fresh, and I’m awaiting replies from the maintainers.) While waiting, I decided to investigate. Because of the load‑testing issue, I tried to set up monitoring, but we had postponed this step until the final stage of migration. That’s when I discovered the core actually has no monitoring or metrics capabilities: https://github.com/supertokens/supertokens-core/issues/244 This was disappointing. In my view, the lack of monitoring in a solution designed to scale is a major red flag. I hope the maintainers can give a strong justification for delaying this for so long.
  • h

    HHChift

    09/01/2025, 12:33 PM
    Any issue going on ? Our dev environment seems down
  • d

    Darko

    09/02/2025, 9:39 AM
    I've been working on an integration, but I'm not finished yet
  • d

    Darko

    09/02/2025, 9:39 AM
    will announce it when done - it can be used as a starting point with TanStack + SuperTokens
  • d

    Darko

    09/02/2025, 9:39 AM
    thanks for the detailed feedback! 🙂
  • d

    Darko

    09/02/2025, 9:39 AM
    and thank you for reporting it in #1224328457589227540
  • d

    Diogo

    09/03/2025, 5:15 PM
    just spent 2 days implementing supertokens to find out the go sdk doesnt support 2fa
  • d

    Diogo

    09/03/2025, 5:15 PM
    there is no perfect auth jesus
  • d

    Diogo

    09/03/2025, 5:33 PM
    is there any workaround?
  • s

    SciSaif

    09/04/2025, 7:02 AM
    Hey folks. I have been having a very annoying issue for months now. I have a central express backend with the supertokens setup like this. This is hosted on example.com/api/ However, I have three different next.js frontends that use the same backend. They are hosted on example.com, example.com/vod, example.com/prebook. THE PROBLEM: The whole setup works without any problems but every now and then I get some kind of issue with cookies. ``` ``` There was also one error that said something like "duplicate cookies" or something. Can someone guide me please? I was not able to reproduce this bug, it just happens randomly. I also have a question: What should be websiteDomain in the supertokens config on the backend if I have 3 different frontends? https://cdn.discordapp.com/attachments/603466164219281426/1413056486375948329/image.png?ex=68ba8ae7&is=68b93967&hm=471152778cdc2277f26f3f016993dbd83b481d2429cd669fb247cafc08c020fc& https://cdn.discordapp.com/attachments/603466164219281426/1413056487080857610/image.png?ex=68ba8ae7&is=68b93967&hm=6aa0f2e532937049cfd68785cd60d63a4f3791b3d0a41055dbd8433db42fe15d&
  • s

    SciSaif

    09/04/2025, 7:49 AM
    These are some more logs https://cdn.discordapp.com/attachments/603466164219281426/1413068530445975593/message.txt?ex=68ba961f&is=68b9449f&hm=edc4f659f796cd1629410712a77082536549887c36c760431f973ffdc3fc4fe4&
  • u

    unemxr

    09/04/2025, 8:25 AM
    Hello @SuperTokens , I see that you have a planned downed time on you status page for the US servers, but we are having issues in EU with our dev environement (prod is fine for now). Is this to be expected ?
  • s

    SciSaif

    09/11/2025, 12:03 PM
    Hey folks, can we use google login in react native with supertokens?
  • m

    michin

    09/12/2025, 12:39 AM
    PASSKEY GOLANG SUPPORT????
  • d

    Darko

    09/12/2025, 7:09 AM
    #1224328457589227540 😉
  • d

    Darko

    09/12/2025, 7:10 AM
    I don't think we have it (yet), but I'll check to make sure
  • u

    umbrella corporation

    09/13/2025, 10:32 AM
    @Darko any updates?