https://supertokens.com/ logo
Docs
Join the conversationJoin Discord
Channels
community
contributing
general
github-activity
info
introductions
new-releases
random
security
support-questions
welcome-0xdelusion
welcome-aj-ya
welcome-aleksandrc
welcome-alpinjs
welcome-amberlamps1
welcome-andrew-rodriguez
welcome-ankit-choudhary
welcome-anthony-stod-custodio
welcome-call-in
welcome-chwalbox
welcome-claybiokiller
welcome-co7e
welcome-cosmoecwsa
welcome-devdag
welcome-dinso
welcome-drebotelho
welcome-elio
welcome-ernest
welcome-foxbarrington
welcome-fromscratch
welcome-galto4ir
welcome-goetzum
welcome-hay-kot
welcome-himanshu-kukreja
welcome-hossambarakat
welcome-ichikawakazuto
welcome-jahir9991
welcome-jamesl
welcome-jerry123424
welcome-john-oliver
welcome-jonas-alexanderson
welcome-jxyz
welcome-kelvinwop
welcome-kraz
welcome-lancekey
welcome-leoo
welcome-lukeacollins
welcome-m-j-mon
welcome-malik-khoja
welcome-marco
welcome-mardadi
welcome-meshguy
welcome-metamorph
welcome-mike-tectu
welcome-mirzok
welcome-mozomig
welcome-naberyou66_
welcome-nacer
welcome-namratha
welcome-naveenkumar
welcome-nightlight
welcome-nischith
welcome-notankit
welcome-olawumi
welcome-pavan-kumar-reddy-n
welcome-pineappaul
welcome-poothebear
welcome-rick
welcome-samuel-qosenergy
welcome-samuelstroschein
welcome-shubhamgoel23
welcome-shubhamkaushal
welcome-sidebar
welcome-surajsli
welcome-suyash_
welcome-syntaxerror
welcome-tauno
welcome-tauno
welcome-tawnoz
welcome-teclali
welcome-tls
welcome-turbosepp
welcome-vikram_shadow
welcome-yann
Powered by Linen
community
  • r

    rp

    04/06/2022, 1:15 PM
    Makes sense! We are working on it already πŸ™‚
  • x

    XxX_MLG Noob_XxX

    04/06/2022, 1:18 PM
    Awesome! Thanks! πŸ˜„
  • t

    TheSwordBreaker

    04/07/2022, 6:26 AM
    hii
  • t

    TheSwordBreaker

    04/07/2022, 6:27 AM
    I liked to ask for any guide to install supertoken on ubuntu linux vps
  • t

    TheSwordBreaker

    04/07/2022, 6:27 AM
    the docker file is good and all
  • t

    TheSwordBreaker

    04/07/2022, 6:29 AM
    but its also a good idea to let user managed the database. Sometimes the tights couplings of service and database can be hard to manage and costly when not needed
  • r

    rp

    04/07/2022, 7:09 AM
    We do let users manage the database @User
  • a

    assafushy

    04/09/2022, 8:17 PM
    Hi, I want to install the service on premise in my k8s cluster... do you publish the chart to any helm repo -- or i just use the github repo?
    r
    5 replies Β· 2 participants
  • r

    rp

    04/10/2022, 3:19 AM
    Helm chart
  • n

    NightMovesπŸ’€

    04/17/2022, 8:58 PM
    Has anyone integrated supertokens with an aws-cdk app?
  • n

    NightMovesπŸ’€

    04/17/2022, 9:01 PM
    I am going through some nodejs samples but I see a lot of express code.

    https://www.youtube.com/watch?v=l_hRs1KY9mI&t=218sβ–Ύ

  • n

    NightMovesπŸ’€

    04/17/2022, 9:02 PM
    I am not using a framework for backend at the moment. Do I have to use express with lambda in order to use supertokens? πŸ˜…
    r
    k
    15 replies Β· 3 participants
  • n

    NightMovesπŸ’€

    04/17/2022, 9:07 PM
    @bhumilsarvaiya Akshay here.
  • r

    rp

    04/18/2022, 2:58 AM
    Aws lambda
  • x

    XxX_MLG Noob_XxX

    05/06/2022, 5:26 PM
    Is there a chance that
    supertokens-website
    could be made more functional in nature? I'm starting to see that for SSR frameworks (e.g., Svelte-Kit, Next, Nuxt, Remix),
    SuperTokens.init()
    can get a little difficult because
    window.fetch
    needs to exist. But
    window
    doesn't exist on the backend. It doesn't make sense to call
    SuperTokens.init()
    from within another frontend function that's intended to be used multiple times (because then
    init
    would be called several times when it only needs to be called once). So it has to be used in a more "open" area. But
    SuperTokens.init()
    also can't easily be placed in a location that's too open or the SSR aspect of the framework will error out due to
    window
    being
    undefined
    . If it was more functional, maybe a function could be returned that grabs all the things we need (e.g., modifications to fetch)? I'm not sure how feasible that is. Or perhaps there are workarounds to the problem that I haven't considered. But many of these workarounds seem a bit hackish/unorthodox.
  • x

    XxX_MLG Noob_XxX

    05/06/2022, 5:27 PM
    Or maybe a new
    supertokens-ssr
    πŸ€”
  • r

    rp

    05/07/2022, 5:06 AM
    @XxX_MLG Noob_XxX we will consider making it compatible with SSR, but on the server side. However, it will take some time. In the meantime, we ask people to do something like this on the global scope:
    if (typeof window !== "undefined") {
      supertokens.init({...})
    }
  • c

    CG.VOLS

    05/08/2022, 1:24 PM
    is it possible to do a combination (passwordless, email, social) that is not a current recipe?
    r
    a
    8 replies Β· 3 participants
  • r

    rp

    05/08/2022, 1:35 PM
    Recipe combination
  • x

    XxX_MLG Noob_XxX

    05/09/2022, 1:31 PM
    Makes sense. Thanks!
  • c

    CG.VOLS

    05/10/2022, 4:56 PM
    is the core service layer scalable or rather how is it scalable? i may have missed that reading through the documentation
    r
    x
    5 replies Β· 3 participants
  • c

    CG.VOLS

    05/18/2022, 11:12 AM
    does anyone have a concrete example of advanced customization for the React components? either advanced customization or using rolling your own? that would be very much appreciated.
    r
    10 replies Β· 2 participants
  • x

    XxX_MLG Noob_XxX

    06/13/2022, 4:28 PM
    Okay. I've been working on this for awhile. It still is not finished, and it can probably be improved upon. But here's my running example of using
    Remix
    with `SuperTokens`: https://github.com/ITenthusiasm/remix-supertokens Does SuperTokens ever review this kind of stuff? If it's written correctly, it should enable people to get auth up and running without end users needing to enable JavaScript. It might also give new ideas for the default forms exported by SuperTokens. If it's written incorrectly or I'm missing any use cases / error cases (specifically within login/signup/resetting passwords), I can try to fix those. πŸ™‚ The 2 things I hope to add in the future are specified in the TODO list. (They are JS-enhanced forms and a local db example... if I find time.)
    r
    23 replies Β· 2 participants
  • s

    sharma

    06/15/2022, 10:50 AM
    What are some common design patterns that community is following for refreshing tokens?
    r
    7 replies Β· 2 participants
  • r

    rp

    06/15/2022, 11:54 AM
    refresh token patterns
  • s

    sharma

    06/15/2022, 3:16 PM
    What is the scope of email feature(currently and in the near future roadmap)? There's already an email service in my app used for other emails, should I use that or use the one provided by SuperTokens.
    r
    6 replies Β· 2 participants
  • r

    rp

    06/15/2022, 3:23 PM
    Hey @sharma can you ask future questions in the support-questions channel?
  • r

    rp

    06/15/2022, 3:28 PM
    Email service
  • h

    haydn

    07/13/2022, 4:57 AM
    What's the best way to handle an invite workflow? We've got an app that lets users invite other users. Email and password only. When a user is invited we don't want the inviter to have to set a password for the invitee (the invitee should set it when they accept the invite). It'a a Next.js app with an existing GraphQL API, so I'm hoping to use the SuperToken Node.js SDK and just swap-out the implementations for the exisiting mutations I've got (
    invitePerson
    ,
    acceptInvite
    ,
    resetPassword
    etc). Also, we've got our own email service (email templates as well as sending method), so just looking to generate tokens that we can use to construct our own links.
    r
    9 replies Β· 2 participants
  • r

    rp

    07/13/2022, 5:38 AM
    Invite flow
Powered by Linen
Title
r

rp

07/13/2022, 5:38 AM
Invite flow
View count: 1