sdslabs / leaderboard

A leaderboard application to keep track of all social scores of a team
http://score.sdslabs.co
Other
11 stars 4 forks source link

Github Login resets the access_token for github every time. #2

Closed captn3m0 closed 11 years ago

captn3m0 commented 11 years ago

Instead of calling Token::add, we should check for the existence of such a user, and just leave it be if there is one.

This would help improve the login times (since we don't make the extra requests to github for getting the new acess_token).