Group
Extension

Matches 1

Dancer-Plugin-Auth-Github ( G/GI/GIDEON/Dancer-Plugin-Auth-Github-0.04.tar.gz, GIDEON, 2013; MetaCPAN )
Dancer-Plugin-Auth-Github/lib/Dancer/Plugin/Auth/Github.pm ( view source; MetaCPAN )
FATAL => 'all';
use Carp 'croak';

use Digest::SHA qw(sha256_hex);
use LWP::UserAgent;
use JSON qw(decode_json);


our $VERSION = '0.04';

my $client_id;
my $client_secret;
my $scope = "";
my $github_
get("https://api.github.com/user?access_token=$acc");
			my $json = decode_json($jresp->decoded_content);
			session 'github_user' => $json;
			session 'github_access_token' => $acc;
			#session 'logg

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.