jaredhanson / passport-fitbit

Fitbit authentication strategy for Passport and Node.js.
MIT License
33 stars 15 forks source link

OAuth2 vs OAuth1 #9

Closed alexandrag2254 closed 8 years ago

alexandrag2254 commented 8 years ago

I am able to get access token and access token secret when a user logins in. After doing so I realized this code is using OAuth1. Since Fitbit recently upgraded to OAuth2, is there a way I can adjust this code to comply with OAuth2? Thank you!

jaredhanson commented 8 years ago

https://github.com/thegameofcode/passport-fitbit-oauth2