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
  • e

    execreate

    10/11/2022, 9:40 AM
    Hey guys, Our requests to the self-hosted core
    supertokens-postgresql:4.1
    is throwing 500 errors from time to time. The recipe is
    passwordless
    , URL path is
    /v1/auth/signinup/code/consume
    and if you dig into the supertokens-core container errors, it says:
    javax.servlet.ServletException: io.supertokens.pluginInterface.exceptions.StorageQueryException: org.postgresql.util.PSQLException: ERROR: could not serialize access due to read/write dependencies among transactions
    r
    11 replies ยท 2 participants
  • n

    nox

    10/11/2022, 3:44 PM
    hey guys, i want to create a signUp form that autocomplete email taken from url query param
  • n

    nox

    10/11/2022, 3:44 PM
    submitting the form doesn't take the email vaue, setted like follow : " document.querySelector('[name="email"]').value =parameters.get('pec')" is there any method to do that?
  • r

    rp

    10/11/2022, 3:59 PM
    Get email from url in sign up form
  • g

    GrayJustise

    10/12/2022, 1:25 AM
    I see Twitter social login available in the NPM package, but it doesn't appear to be exported for use. Any reason why?
  • g

    ggishant

    10/12/2022, 4:01 AM
    Hi guys, any example of declaring custom redirect_uri while initialising third party providers in golang?
  • j

    Jono

    10/12/2022, 4:49 AM
    Hello. Im following the new docs on how to implement role base authorisation using react sdk. I am having an issue with the
    InvalidClaimHandler
    and the property
    invalidClaims
    setting to "message":"expired" after 5mins. I can logout and then login again and they role works fine till the maxAgeInSeconds is reached. Any information on how to refresh the claims? or what causes them to expired?
  • r

    rp

    10/12/2022, 5:02 AM
    Twitter login
  • r

    rp

    10/12/2022, 5:02 AM
    Custom redirect uri
  • r

    rp

    10/12/2022, 5:03 AM
    Claim refreshing
  • c

    Chunkygoo

    10/12/2022, 6:35 AM
    Does supertoken have any captcha support>
    r
    5 replies ยท 2 participants
  • g

    ggishant

    10/12/2022, 11:19 AM
    Hi, I'm getting a 401 : Unauthorized message while calling the refresh and sign out api's. Here are the cookies being set in the request.
    r
    6 replies ยท 2 participants
  • j

    JustDante

    10/12/2022, 3:57 PM
    Hi, whats the correct way to call an API from lets say Postman. If i understand correctly, i need to use rid header with emailpassword value(im using emailpassword auth) and Authorization Bearer sAccessToken? Or do i explicitly need to call the signin endpoint first and then use the cookie value? Is it not possible to login on the browser, and then just use the accessToken in request?
    n
    5 replies ยท 2 participants
  • a

    AntonyBush

    10/12/2022, 6:28 PM
    Hi, I'm trying to make ActiveDirectory work on Python (Django). I'm able to fetch access token if I pass a constant email. Now, I'm trying to get profile info and following is the url I'm using.
    async with AsyncClient() as client:
                response = await client.get(  # type:ignore
                    url='https://graph.microsoft.com/v1.0/me' ,headers=headers,
                )
    In response I'm getting a json but there's no email attribute. So am I using the right url and also is there any reference for ActiveDirectory in python?
    r
    3 replies ยท 2 participants
  • a

    aV

    10/12/2022, 7:45 PM
    @rp I am using wundergraph to send a request to getself endpoint protected by supertokens. But I am getting this response. Can you please help:
    p
    4 replies ยท 2 participants
  • a

    aV

    10/12/2022, 7:45 PM
    message has been deleted
  • j

    jin49

    10/12/2022, 8:11 PM
    Might be a silly question since I am new to TS, but how do I import the
    SuperTokensConfig
    type? I tried
    import { SuperTokensConfig } from 'supertokens-auth-react/types';
    , but I get an error about
    Cannot find module 'supertokens-auth-react/types' or its corresponding type declarations.
    . I tried searching github (https://cs.github.com/?scopeName=All+repos&scope=&q=language%3Atypescript+%22SuperTokensConfig%22), but didn't find any usage examples outside of the supertokens repo
  • j

    jin49

    10/12/2022, 8:11 PM
    I just want to do
    const config: SuperTokensConfig = { appInfo: ..., ...}
    and have typescript enforce type correctness of the config
  • v

    vishalc

    10/13/2022, 9:13 AM
    I signed in successfully, then used the send verification email function, and then I got this error (calling after validation errors).
  • r

    rp

    10/13/2022, 9:31 AM
    401 issue
  • v

    VonMorgen

    10/13/2022, 11:37 AM
    I am trying to set up my SuperTokens-Backend with Supabase Edge Functions, but I am confused: Is it this even possible? I thought so nodejs environment, but it seems like i have to select one of the supported frameworks?
  • r

    rp

    10/13/2022, 11:48 AM
    SuperTokens with Supabase edge functions
  • v

    VonMorgen

    10/13/2022, 4:31 PM
    quick question about your supabase-integration-guide: why do you use a signed jwt to create the user in the database instead of using a service_role-key?
  • g

    ggishant

    10/14/2022, 4:11 AM
    Hi, when the React SDK is calling the GET Authorisation endpoint it's returning 404, but when the same url is called using postman or the browser, I'm able to get a response. Any clue why this would be happening?
    r
    3 replies ยท 2 participants
  • e

    execreate

    10/14/2022, 5:21 AM
    Hey guys, is there a way for mobile apps to log in users with some on-device authentication mechanism (FaceID / Fingerprint) with Supertokens?
    1 reply ยท 1 participant
  • s

    Sami

    10/14/2022, 8:53 AM
    Hi Guys, Wondering if any one can help me host Supertokens behind a loadbalancer in AWS. I am getting this error when I try to set it up
    r
    16 replies ยท 2 participants
  • s

    Sami

    10/14/2022, 8:54 AM
    message has been deleted
  • n

    nox

    10/14/2022, 9:26 AM
    Hi all, is there any method to add a checkbox in signup form?
    r
    3 replies ยท 2 participants
  • p

    Pasindu

    10/14/2022, 2:09 PM
    Hi I created a custom user roles. Specifically a user role for the admin. But once I login as an admin to the app after 2 or 3minutes it says that I'm not an admin. It seems like the admin role session isn expiring after some time. What should I do to overcome this?
  • r

    rp

    10/14/2022, 2:30 PM
    User roles issue
Powered by Linen
Title
r

rp

10/14/2022, 2:30 PM
User roles issue
View count: 1