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
support-questions
  • h

    heatbr

    11/07/2022, 12:03 PM
    Hello, is there a way to change core to override the data source provider for email pwd ? I want to integrate supertoken with ldap. It's okay if we lost fuctionallity like reset pwd, change user data etc. Our use case is use supertoken as auth session management, no signup flow, reset password, etc.
  • r

    rp

    11/07/2022, 1:32 PM
    use supertokens for session management
  • n

    n1ru4l

    11/07/2022, 1:55 PM
    Is there a way of overriding/replacing the password validation function? E.g. apply more strict constraints for setting a password?
    r
    4 replies · 2 participants
  • g

    Garrett

    11/07/2022, 6:55 PM
    Is there a recommended way to implement a "remember this device" feature?
  • v

    Void

    11/07/2022, 8:47 PM
    Are there plans to make an official terraform provider for supertokens?
  • b

    BeeMoe

    11/07/2022, 9:06 PM
    is in memory different from db (aside from not being permanent of course) because whenever i check if an email exists it always returns false even when i use the same dummy email i thought it only cleared when the supertokens core restarted
  • j

    JuanJo

    11/07/2022, 10:20 PM
    Hi, I followed the nestjs setup guide and when I went to auth/dashboard it showed a server error. Nest app shows this error: SuperTokens core threw an error for a GET request to path: '/apiversion' with status code: 401 and message: Invalid API key. The connection uri and api key in nest are the ones provided in the managed service, I don't know what could be wrong.
  • b

    Berteotti

    11/07/2022, 10:58 PM
    Hey guys, is this tutorial working? https://supertokens.com/docs/emailpassword/supabase-intergration/policies
  • b

    Berteotti

    11/07/2022, 11:00 PM
    I want to login with wallet (e.g. metmask) and create a JWT that I can give to supabase to authenticate
  • r

    rp

    11/08/2022, 5:17 AM
    implement remember this device
  • r

    rp

    11/08/2022, 5:21 AM
    in mem vs persistent db
  • r

    rp

    11/08/2022, 5:21 AM
    core not found issue
  • r

    rp

    11/08/2022, 5:22 AM
    supabase tutorial
  • d

    Diesel

    11/08/2022, 7:58 AM
    Hey, we implemented supertokens with apple sign in via the web and it works like a charm. Now the IOS developer wanted to do like a native login inside the Application and get a code from apple using the software authentication instead of calling the apple sign in web. The problem is that the code we are getting needs to be exchanged without a redirect uri and the client id is different than the one we use for the web login for some weird reason. Do you have any insight on this? like what are we missing? we know you are working on ios sdk.
    n
    11 replies · 2 participants
  • j

    Joe P

    11/08/2022, 10:50 AM
    Hello, I am facing a CORS issue trying to test SuperTokens (FastAPI / React.js) I have followed all of Super Tokens guides.
    n
    k
    +1
    41 replies · 4 participants
  • j

    Joe P

    11/08/2022, 10:50 AM
    Is this a common issue?
  • v

    Vaiva

    11/08/2022, 2:19 PM
    Hello. Want to know if it is expected behaviour. When I disabled default UI, instead of that used my own frontend and this backend: https://supertokens.com/docs/emailpassword/custom-ui/email-password-login . email verification stopped working. how can I bring it back to life? 😄
    r
    3 replies · 2 participants
  • r

    rp

    11/08/2022, 2:37 PM
    Email verification with custom ui
  • u

    Ulys

    11/08/2022, 3:00 PM
    Hello hello ! 😁 We're using the node-express sdk We've been trying to override the infamous
    "try refresh token"
    401 error message to no avail. (The one returned by
    verifySession
    when a token has expired) The
    SessionInit.errorHandlers.onUnauthorized
    override method doesn't seem to be called for this error. We've tried writing a custom
    verifySession
    middleware for this only purpose (sad) but can't seem to find a way to overwrite the error message. Could you point us in the right direction please ? 🥹
    r
    8 replies · 2 participants
  • y

    yyogeshwar

    11/08/2022, 6:06 PM
    do we any method / endpoint from where i can get specific user login count (preference will be filtering based on dates ) , like in 30 days , x user logged in n times
    r
    9 replies · 2 participants
  • s

    SDavies

    11/08/2022, 7:04 PM
    Hi all, just getting familiar with supertokens. I've got a pretty barebones backend working locally using the Go SDK. I'm trying to deploy it up to fly.io. Everything compiles fine, but the call to
    supertokens.Init()
    just hangs. I'm running in debug mode, when it gets to that call it logs out all the normal stuff, but then just...sits there. Nothing after the call to init is running. Wondering if anyone else has experienced this? I got a node server running on Fly with the same configuration, so I don't think that's set up incorrectly.
    r
    2 replies · 2 participants
  • v

    vishjain

    11/08/2022, 11:56 PM
    Keep calling: usersInfo, err := thirdpartyemailpassword.GetUsersByEmail(userEmail) but get a not initialized. What am I missing in the initializing? I'm running supertokens init.
  • v

    vishjain

    11/08/2022, 11:56 PM
    userroles.Init(&userrolesmodels.TypeInput{}), emailverification.Init(evmodels.TypeInput{ Mode: evmodels.ModeRequired, }), emailpassword.Init(&epmodels.TypeInput{}) are all called, so is session.Init()
  • v

    vishjain

    11/09/2022, 4:11 AM
    when does: response.UnknownRoleError != nil while the adding a role to a user? I've created a particular role but I get this error when attempting to attach it to a user.
    r
    9 replies · 2 participants
  • a

    ansont

    11/09/2022, 9:50 PM
    Are there any examples of using supertokens with NestJS/GraphQL? Thanx!
  • r

    rp

    11/10/2022, 5:26 AM
    with nestjs + graphql
  • d

    DarkPhoenix

    11/10/2022, 7:50 AM
    How can I find whether it is a existing user/new user?
    r
    11 replies · 2 participants
  • a

    Ayush6543

    11/10/2022, 9:47 AM
    Hey, I have a website and a chrome extension. What i want to do is when the user logins inside the website, he should automatically login inside the extension as well. This is a business project.
    r
    1 reply · 2 participants
  • u

    ulys

    11/10/2022, 4:35 PM
    Hey guys ! Is there a way to validate the reset-password token (/auth/user/password/reset) without actually resetting the password We'd like to display a reset password form only if the token is valid
    r
    5 replies · 2 participants
  • k

    kamyab

    11/11/2022, 5:48 AM
    can we have api for get users list by name? for backend. simply i want to create functionality with input. so whenever user will press @ we have to show the user list. then user will press the some keyword(name),based on that keyword we will get the user list.
    r
    2 replies · 2 participants
Powered by Linen
Title
k

kamyab

11/11/2022, 5:48 AM
can we have api for get users list by name? for backend. simply i want to create functionality with input. so whenever user will press @ we have to show the user list. then user will press the some keyword(name),based on that keyword we will get the user list.
r

rp

11/11/2022, 5:53 AM
hey @kamyab we don't have an API like that at the moment. Until we make one, the best way for you to achieve that is to store the names to userId mapping on your database and search that.
k

kamyab

11/11/2022, 6:05 AM
you mean to say create one new table with user mapping. with user id and name?
View count: 1