# File lib/omniauth/strategies/github.rb, line 13
      def user_data
        @data ||= JSON.parse(@access_token.get('/api/v2/json/user/show'))['user']
      end