whazzmaster / fitgem-client

Example client use of the fitgem oauth library to integrate with fitbit.com
MIT License
35 stars 9 forks source link

Change site to use omniauth-fitbit for logins #5

Closed whazzmaster closed 11 years ago

whazzmaster commented 11 years ago

There's a lot of application code that can be eliminated for the sign-in-through-Fitbit code by moving to the omniauth-fitbit library instead of rolling our own controllers/views/etc.

sc0ttman commented 11 years ago

Curious to see how this would work with Devise.

whazzmaster commented 11 years ago

Oops, thanks for reminding me to update this issue. The current head of the repo (as well as the deployed version, I think) includes devise/omniauth-fitbit integration.

sc0ttman commented 11 years ago

Awesome, thanks for these!