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
general
  • r

    rp

    05/05/2022, 7:55 AM
    done! thanks
  • m

    Mr Chill

    05/05/2022, 9:47 AM
    Hey, in the EU the information about Terms of Service and Privacy Police not allowed with only info text, the user should be activ opt-in like a checkbox. Actually supertokens only shows an infomation text. With the formFields option i can only add text inputs, is that so? How can i change this to an checkbox? Also it would be nice if the form type was like JsonSchema7 so you can add dynamic all fields, proofs and types you want. https://jsonforms.io/api/core/interfaces/jsonschema7.html
    r
    3 replies · 2 participants
  • z

    zackle

    05/05/2022, 9:00 PM
    Has anyone hosted the core supertokens on AWS lambda?
    r
    2 replies · 2 participants
  • r

    rp

    05/06/2022, 4:27 AM
    supertokens core on aws lambda
  • f

    funk101

    05/06/2022, 8:37 AM
    I'm using NextJS. In the supertokens example it uses
    EmailPasswordReact
    and
    SessionReact
    . However, when trying to customize the SignIn UI, I'm getting an error:
    Error: No instance of EmailPassword found. Make sure to call the EmailPassword.init method
    . Do I need to modify the code to use
    EmailPassword
    and not
    EmailPasswordReact
    ?
    r
    48 replies · 2 participants
  • n

    Noraiz

    05/06/2022, 1:10 PM
    Getting 404 with supertoken auth apis in NESTJS
    r
    27 replies · 2 participants
  • f

    funk101

    05/07/2022, 4:33 AM
    I am customizing the SignUp form fields. How do I add a "Select" dropdown?
    n
    r
    9 replies · 3 participants
  • f

    funk101

    05/07/2022, 4:33 AM
    (Using NextJS)
  • n

    nkshah2

    05/07/2022, 5:03 AM
    Customise sign up form
  • q

    qnsi

    05/07/2022, 6:28 AM
    Hey guys. I am doing a portfolio project that I want to show to recruiting companies. I don't want to use docker and would like to keep setup instructions to minimum. Locally I want to use self hosted supertokens but am curious if allowing companies to clone my app from github and communicate with a demo supertokens api would be ok with your TOS?. I would prefer they don't have to install binary
    r
    4 replies · 2 participants
  • w

    winensF

    05/08/2022, 6:54 PM
    hi! im trying to use supertokens-node, but it looks like it dont have typescript types?
    r
    1 reply · 2 participants
  • r

    rp

    05/08/2022, 9:04 PM
    Ts types
  • p

    p6l.richard

    05/09/2022, 10:31 AM
    Avoid storing tokens in cookies Hi there! I'm currently exploring an auth strategy for my monorepo, where I have an API in a nextjs app (it's currently working with next-auth but I'm a bit unhappy with that set up). My issue is that I not only make requests from the nextjs frontend but also from different domains (a chrome extension and outlook add-in in my case). https://stackoverflow.com/a/64664632/5608461 Is it possible to adapt supertokens so that it doesn't use cookies?
    r
    26 replies · 2 participants
  • j

    John Michal

    05/09/2022, 4:26 PM
    Hey guys I'm using next js, getting infinite call
    /refresh
    on Safari (Works fine from Chrome) ``` SuperTokens.init({ appInfo: { appName: 'Test', apiDomain: 'http://localhost:3000', websiteDomain: 'http://localhost:8080', apiBasePath: '/api/v1/public/auth', websiteBasePath: '/auth' }, recipeList: [ Passwordless.init({ contactMethod: 'EMAIL' }), Session.init({ cookieDomain: 'http://localhost:8080' }) ] })
    r
    30 replies · 2 participants
  • j

    John Michal

    05/09/2022, 4:26 PM
    message has been deleted
  • u

    <Ocean />

    05/09/2022, 7:22 PM
    Yo yo how do I delete
    SuperTokens Managed Service
    ?
    r
    14 replies · 2 participants
  • d

    duta

    05/10/2022, 9:04 AM
    hey yall. why is my user metadata import giving an error warning
  • r

    rp

    05/10/2022, 9:32 AM
    what version of the supertokens-node SDK are you using?
  • d

    duta

    05/10/2022, 9:37 AM
    9.1.2
  • m

    Marques

    05/10/2022, 9:39 AM
    super tokens-node is 9.2.0 but doubt would change anything
  • r

    rp

    05/10/2022, 9:39 AM
    usermetata feature in node sdk was added in version 9.2.0
  • m

    Marques

    05/10/2022, 9:40 AM
  • w

    wdjzr

    05/10/2022, 11:33 AM
    Hello, do we have a timeline for user roles feature?
    r
    4 replies · 2 participants
  • y

    yaronhb

    05/10/2022, 1:33 PM
    Hi everyone 👋 Two quick questions: 1. Anyone know when the support for TOTP is expected? 2. Is there an option to use a custom front end? For example a cli tool or other methods of communication other than http requests?
    r
    9 replies · 2 participants
  • o

    Olyno

    05/11/2022, 9:19 AM
    Hi Does anyone already implement SuperTokens with Redwood? I can't find any docs about it 😦
    r
    n
    10 replies · 3 participants
  • n

    NathanSkoot

    05/11/2022, 11:29 AM
    Hi Are there any plans to allow multiple logins at the same time? Currently we use https://www.npmjs.com/package/supertokens-website for managing authentication and sessions. The idea would be to allow multiple profiles to be signed in at the same time, similar to how Google allows multiple accounts to login concurrently and switch between profiles.
    r
    3 replies · 2 participants
  • a

    andrew1123

    05/11/2022, 2:15 PM
    Hi, is there anyway to block a user for a period of time 🤔
    r
    3 replies · 2 participants
  • r

    rp

    05/11/2022, 3:19 PM
    block a user for a time period
  • f

    Fernando

    05/11/2022, 6:09 PM
    Hi, I have a question, can you get the last login of the user (or last refresh of the token). To measure active users, I don't see anything in the guide. Thanks
  • r

    rp

    05/11/2022, 6:18 PM
    hey @Fernando checkout this thread: https://discord.com/channels/603466164219281420/603466164219281426/970946980580835389
Powered by Linen
Title
r

rp

05/11/2022, 6:18 PM
hey @Fernando checkout this thread: https://discord.com/channels/603466164219281420/603466164219281426/970946980580835389
View count: 2