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
contributing
  • u

    user

    01/07/2022, 8:22 AM
    Yeah something like that
  • d

    dividimri1

    01/07/2022, 4:51 PM
    Hello i want to set up supertokens-python sdk on my local, can anyone help me out?
  • r

    rp

    01/07/2022, 4:52 PM
    Sure. First, you will want to setup the supertokens-core repo. Follow this guide for that: https://github.com/supertokens/supertokens-core/blob/master/CONTRIBUTING.md
  • d

    dividimri1

    01/07/2022, 4:58 PM
    Okay
  • r

    rp

    01/07/2022, 5:03 PM
    After following that, you will have a folder called "supertokens-root". Then you want to clone the supertokens-python repo as a sibling folder to supertokens-root folder
  • r

    rp

    01/07/2022, 5:03 PM
    Then inside supertokens-python, you want to create your venv, and run
    make dev-install
    - this will install all the dependencies
  • r

    rp

    01/07/2022, 5:04 PM
    you can then go about making modifications to the code.
  • r

    rp

    01/07/2022, 5:05 PM
    To test, you want to: - Go into supertokens-root folder, and run
    ./startTestingEnv --wait
    and wait for it to print out: "Running test env". Keep this running. - Go into supertokens-python from another terminal and run
    make test
  • u

    user

    01/07/2022, 5:10 PM
    @User About what we discussed earlier. Will supertokens-node, golang, and python need contribution?
  • r

    rp

    01/07/2022, 5:10 PM
    Nope. Just the core.
  • r

    rp

    01/07/2022, 6:10 PM
    (For others: This is only relevant to a specific feature I discussed with Light. Contributions to everything else is still welcome)
  • u

    user

    01/11/2022, 9:17 PM
    Hey everyone! How’s it going?
  • u

    user

    01/11/2022, 9:17 PM
    I joined in super excited to contribut and would love a few pointers on where to begin
  • u

    user

    01/11/2022, 9:18 PM
    Also, looking to get in on the devrel OSS mentoring program
  • r

    rp

    01/12/2022, 4:06 AM
    Hey @User great to have you here! Which programming languages are you comfortable with?
  • u

    user

    01/17/2022, 7:51 AM
    @User what is the update on this issue: https://github.com/supertokens/supertokens-node/issues/184
  • u

    user

    01/17/2022, 7:51 AM
    it seems open from long
  • r

    rp

    01/17/2022, 8:00 AM
    This isn't a priority at the moment as the process to push to CICD already does this check. But please feel free to make changes to the repo to resolve this issue 🙂
  • u

    user

    01/17/2022, 10:48 AM
    oh. So what are the prior issues. can you just list it out some issues. I can work upon Node/JS/TS/DevOps Related issues 🙂
  • r

    rp

    01/17/2022, 10:50 AM
    Are you familiar with docker?
  • u

    user

    01/17/2022, 11:11 AM
    yes
  • r

    rp

    01/17/2022, 11:11 AM
    ok awesome! you can have a look at this issue to get started off with? https://github.com/supertokens/supertokens-core/issues/354
  • c

    ChaitanyaChunduri

    01/19/2022, 1:36 PM
    Hi Everyone, I'm Chaitanya. I found this project interesting, I would like to contribute to this project. Can you please let me know the status of the Support for Spring framework side, I would like to take a look at that side.
  • u

    user

    01/19/2022, 2:28 PM
    Hi Chaitanya. I'm still new here but as far as I know, Spring Framework support isn't prioritised on the product roadmap.
  • c

    ChaitanyaChunduri

    01/19/2022, 2:29 PM
    Okay cool, is there anything open item here that I can look at it as a beginner. Thanks in advance!
  • u

    user

    01/19/2022, 2:33 PM
    I don't see things on the code side but if you're a Java developer, you can look at the issues in the core project https://github.com/supertokens/supertokens-core/issues @rp should help you with what to pick
  • c

    ChaitanyaChunduri

    01/19/2022, 2:36 PM
    Cool, I'm a Java developer, I'll take a look at the issues
  • x

    xuatz

    01/22/2022, 5:50 AM
    hey @User it looks like react-router-dom is moving away from history and using
    useNavigate
    im on react-router-dom 6.2.x and im getting this error when using getSuperTokensRoutesForReactRouterDom > Uncaught TypeError: Cannot add property useHistoryCustom, object is not extensible are you aware of this problem and have a workaround/solution? or do you want me to make PR to try replace history with
    useNavigate
    ?
  • r

    rp

    01/22/2022, 5:52 AM
    Hey! We already use
    useNavigate
    in case
    react-router-dom >= v6
    . See this: https://github.com/supertokens/supertokens-auth-react/blob/master/lib/ts/superTokens.tsx#L120
  • r

    rp

    01/22/2022, 5:52 AM
    Which version of supertokens-auth-react are you using?
Powered by Linen
Title
r

rp

01/22/2022, 5:52 AM
Which version of supertokens-auth-react are you using?
View count: 2