jaredhanson / passport-twitter

Twitter authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-twitter/?utm_source=github&utm_medium=referral&utm_campaign=passport-twitter&utm_content=about
MIT License
469 stars 131 forks source link

The callback url I set up opened in a twitter webview #118

Open gunheekim90 opened 1 year ago

gunheekim90 commented 1 year ago

Implemented Twitter Social Login on React Mobile Web. Implemented using passport.

Tap Sign in with Twitter on mobile web to open the Twitter app installed on your phone. And authentication works fine too.

However, when I try to open my site in the webview inside Twitter, the login fails because the token is invalid. All of this happens in the Twitter webview, and not back to the chrome the user was using.

What should I do to solve this?

*organize

The callback url I set up opens in a twitter webview. I'm not going back to chrome.