cuongdevjs / reactjs-social-login

Group Hook ReactJS components for login social network
https://react-social-login.netlify.app
MIT License
168 stars 75 forks source link

Fix For Twitter taking over other methods #134

Closed wlfaltera closed 12 months ago

wlfaltera commented 12 months ago

Without a check in the state Twitter wins over other authentication providers, by adding '_twitter' to the state it should match only when the request actually comes back from twitter.

cuongdevjs commented 12 months ago

Thanks for your contribution :) It will be released soon.