florianheinemann / passport-dropbox-oauth2

Passport strategy for authenticating with Dropbox using the OAuth 2.0 API
MIT License
31 stars 8 forks source link

Update passport-oauth to 1.0.0 #6

Closed pswai closed 9 years ago

pswai commented 9 years ago

Passport 0.3.0 requires strategies to use passport-oauth 1.0.0.

https://github.com/jaredhanson/passport/issues/400

pswai commented 9 years ago

Updating passport-oauth does not seem to work

pswai commented 9 years ago

My bad, my configuration was wrong in my test app. Reopening.

johnthillaye commented 9 years ago

+1, needed otherwise passport send an error on serializeUser()

florianheinemann commented 9 years ago

Thanks!

florianheinemann commented 9 years ago

Published as passport-dropbox-oauth2@1.0.0

johnthillaye commented 9 years ago

Thank you !