passport-next/passport-twitter
Support OAuth2? #2
contra posted onGitHub
Twitter supports OAuth2 but this is still using OAuth1 - it works fine for most cases, but for a case where you need to use OAuth state it gets lost because OAuth1 doesn't support it. Any thoughts on upgrading this to use OAuth2? If you have any pointers I can implement in a PR.