Hey everyone!
I have an app that uses auth0 username/password to login. Once the user has logged in to my app I want them to be able to connect their Twitter account so we can get their Twitter tokens and perform actions on Twitter on their behalf. I tried to use the Twitter social connection but it seems like the only option is to have “login with Twitter” added to my login screen, which I do not want! Any advice here other than building out a Twitter oauth flow on my own? Any workarounds?
Thanks!