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

    donf

    01/16/2021, 3:33 PM
    Hello guys , do you know when social login is gonna be released ?
  • r

    rp

    01/16/2021, 3:33 PM
    Hey! Probably sometime mid next month
  • r

    rp

    01/16/2021, 3:33 PM
    Which social login providers are you looking for?
  • d

    donf

    01/16/2021, 3:34 PM
    Awesome , Gmail will be enough but also Facebook
  • r

    rp

    01/16/2021, 3:34 PM
    Got it! Thanks!
  • r

    rp

    01/16/2021, 3:34 PM
    You can watch for releases on the supertokens-core repo to stay updated.
  • d

    donf

    01/16/2021, 3:35 PM
    Thank you , one last question , the user management stuff that said coming soon , do you have an eta ?
  • r

    rp

    01/16/2021, 3:35 PM
    We have already released user pagination feature
  • d

    donf

    01/16/2021, 3:36 PM
    nice
  • r

    rp

    01/16/2021, 3:36 PM
    Other features like deleting a user, there is no Timeline at the moment
  • r

    rp

    01/16/2021, 3:36 PM
    Some features like banning a user can already be implemented fairly easily
  • r

    rp

    01/16/2021, 3:36 PM
    Have a look at this message https://discord.com/channels/603466164219281420/644849840475602944/799882515509936148
  • d

    donf

    01/18/2021, 12:52 AM
    i'm trying to use it in an angular app, i've read the DOC for the 5.x version for the website sdk, i've already did the init stuff, and i see the doc to use it in an interceptor, but i'm not sure how to set or integrate the ui, in order to display the login / signup somehow
  • r

    rp

    01/18/2021, 5:48 AM
    For login, we only support reactJS at the moment (using the supertokens-auth-react SDK).
  • r

    rp

    01/18/2021, 5:49 AM
    For sessions, we support any framework (using the supertokens-website SDK)
  • u

    user

    01/20/2021, 3:44 PM
    What DBMS is preferably to use? MySQL or PostgreSQL?
  • r

    rp

    01/20/2021, 3:44 PM
    either is fine. Chose whichever you are more comfortable with.
  • r

    rp

    01/20/2021, 3:44 PM
    If either is OK with you, I prefer using Postgres.. just a personal choice.
  • u

    user

    01/20/2021, 3:45 PM
    Any added advantage of postgres over mySql
  • r

    rp

    01/20/2021, 3:46 PM
    not practically.
  • r

    rp

    01/20/2021, 3:46 PM
    there are a few differences here and there
  • r

    rp

    01/20/2021, 3:46 PM
    but really, either work fine for 99.9% use cases..
  • r

    rp

    01/20/2021, 3:47 PM
    but apparently, mysql is little bit faster (for MASSIVE scale), and postgresql has cleaner code..
  • u

    user

    01/20/2021, 4:58 PM
    How are you sending verification eamils from the docker container core?
  • r

    rp

    01/20/2021, 5:11 PM
    the nodejs SDK is calling an API at api.supertokens.io which is sending the email
  • r

    rp

    01/20/2021, 5:11 PM
    you can change that behaviour to: - send custom email design - send an email using your own email service
  • r

    rp

    01/20/2021, 5:12 PM
    https://supertokens.io/docs/emailpassword/common-customizations/email-verification/email-verification-email
  • u

    user

    01/20/2021, 5:17 PM
    If I would like to route all emails using my implementation? email verification, password reset
  • u

    user

    01/20/2021, 5:18 PM
    Wouldn't it be easiert, that smtp is configurable in the core?
  • r

    rp

    01/21/2021, 5:33 AM
    > Wouldn't it be easiert, that smtp is configurable in the core? There are a variety of email sending services out there.. if we provided a method in the core to send emails via them, then we would have to manually integrate with each email sending service. Instead, we allow you to define a callback which gives you full control of how and what you send in your emails. Just like you would do for any other email you send to your users (like a welcome email on sign up...).
Powered by Linen
Title
r

rp

01/21/2021, 5:33 AM
> Wouldn't it be easiert, that smtp is configurable in the core? There are a variety of email sending services out there.. if we provided a method in the core to send emails via them, then we would have to manually integrate with each email sending service. Instead, we allow you to define a callback which gives you full control of how and what you send in your emails. Just like you would do for any other email you send to your users (like a welcome email on sign up...).
View count: 1