Closed captn3m0 closed 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.
Token::add
This would help improve the login times (since we don't make the extra requests to github for getting the new acess_token).
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).