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

    Darko

    06/27/2025, 5:26 PM
    I'm honestly not sure, but I'll check 🙂
  • d

    Darko

    06/27/2025, 5:27 PM
    we did release python passkey support recently, so 🤷‍♂️
  • d

    Darko

    06/27/2025, 5:27 PM
    https://tenor.com/view/exterminador-do-futuro-gif-20118743
  • m

    michin

    06/27/2025, 5:27 PM
    Thanks 😉
  • r

    Romain (Screeb)

    06/27/2025, 5:36 PM
    Golang sdk is almost a year late in term of commit, unfortunately. sattvick did a little repository showing how golang users can bypass the current sdk limitations by hosting another backend with ExpressJS. https://github.com/sattvikc/st-mfa-golang-example Hope it can help.
  • m

    michin

    06/27/2025, 5:40 PM
    At this point I have a wrapper for the core client and am managing all the requests myself haha - basically not using the golang sdk directly at all
  • r

    Romain (Screeb)

    06/27/2025, 5:41 PM
    Yeah, that's a real pain point. Hope this Release Week will bring something for this situation.
  • o

    Otis

    06/29/2025, 10:56 PM
    Hello, on this page it advises you to contact sales@supertokens.com, but that email bounced. Does anyone have the correct sales or support address? https://cdn.discordapp.com/attachments/603466164219281426/1389016637612490872/image.png?ex=6863160d&is=6861c48d&hm=884a003f198050b056803d6e98ede547f1e2c3ab706fe25b5fbcd7a79d81358f&
  • d

    Dicki

    06/30/2025, 1:46 PM
    Hi, I was upgrading my dev instance to the latest version this morning but now the portal appears to be partially down. Any info on when this might be resolved? @User https://cdn.discordapp.com/attachments/603466164219281426/1389240668244938903/image.png?ex=6863e6b2&is=68629532&hm=1b6c1aed4f13e329d1caed9c865bc677d6ce06d1741a1cfb18dea0fa19925ad2&
  • d

    Darko

    06/30/2025, 5:12 PM
    👀
  • d

    Darko

    06/30/2025, 5:12 PM
    Pinging engineering 🙂
  • d

    Darko

    06/30/2025, 5:21 PM
    fixed - it was a mail server issue
  • d

    Darko

    06/30/2025, 5:21 PM
    thanks for catching this
  • d

    Darko

    06/30/2025, 5:21 PM
    ping me in a dm or resend the email with your question, whatever you prefer 🙂
  • o

    Otis

    06/30/2025, 9:34 PM
    No problem
  • d

    Dicki

    07/01/2025, 9:04 AM
    Just informing that this is still an issue for us. I've also sent an email to your support.
  • b

    bogdan

    07/01/2025, 9:25 AM
    Hi, Can you confirm that the dashboard renders properly now? We deployed a fix a couple of minutes ago. Thank you,
  • d

    Dicki

    07/01/2025, 9:49 AM
    Just tested and it appears to be fixed. Thank you!
  • b

    BohdanShuliaka

    07/03/2025, 11:40 AM
    Hello all! Could you help with node version for "supertokens-node": "22.1.1"? On latest node (22.5.1) it throws an error. Thanks!
  • d

    Darko

    07/03/2025, 1:44 PM
    #1224328457589227540 😉
  • u

    unemxr

    07/07/2025, 1:49 PM
    Hello, @User Can you confirm status issues on dev environments ? We are unable to login and are getting Bad Gateway errors.
  • g

    gwd

    07/07/2025, 1:50 PM
    I just had a brief issue w/ my dev environment that seems to have sorted itself out.
  • j

    Jere

    07/14/2025, 7:15 PM
    Hello, someone who has used supertokens-auth-react, could you send me an example repository on GitHub? plsss.
  • d

    Darko

    07/17/2025, 2:51 PM
    Check out
    create-supertokens-app
    : https://github.com/supertokens/create-supertokens-app - generate an app using a react frontend and your preferred auth method 🙂
  • j

    Jere

    07/17/2025, 7:46 PM
    thanks Darko!
  • j

    Jere

    07/17/2025, 7:47 PM
    im using c# .net in my backend, do u have a example for dashboard in c# using Supertokens CDI?
  • u

    Undesired

    07/17/2025, 8:10 PM
    ||I'm trying to curl to create a dashboard user but i'm getting this
    Copy code
    curl: (3) URL rejected: Port number was not a decimal number between 0 and 65535
    curl: (3) URL rejected: Bad hostname
    curl: (3) URL rejected: Bad hostname
    curl: (6) Could not resolve host: application
    curl: (3) URL rejected: Port number was not a decimal number between 0 and 65535
    curl: (3) unmatched close brace/bracket in URL position 12:
    I copied the curl command from my locally running django server and replaced the api key and my email and password but it just spits this at me every time, what am i doing wrong?|| EDIT: Nevermind, just used postman
  • d

    Darko

    07/18/2025, 10:08 AM
    I don't think we have a .NET SDK, so you'd have to do the backend part manually. I'm not sure whether it has been done before though, I'll look it up
  • d

    Darko

    07/18/2025, 10:09 AM
    It should be possible
  • 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