superfaceai / passport-twitter-oauth2

Twitter OAuth 2.0 Strategy for Passport for accessing Twitter API v2
MIT License
29 stars 9 forks source link

Fix implicit scope is not used and isn't sufficient #24

Open janhalama opened 1 year ago

janhalama commented 1 year ago

This PR closes issue #21.

Implicit scope was not used as the base class strategy constructor was called before implicit scopes were added.

TODO:

namnguyen-bita commented 3 months ago

look good to me