lib/authlogic_connect/oauth/tokens/github_token.rb in authlogic-connect-0.0.5 vs lib/authlogic_connect/oauth/tokens/github_token.rb in authlogic-connect-0.0.5.1

- old
+ new

@@ -1,6 +1,8 @@ class GithubToken < OauthToken + version 2 + key do |access_token| user = JSON.parse(access_token.get("/api/v2/json/user/show")) user["id"] end