Group
Extension

Matches 2

GunMojo ( B/BP/BPORTER/GunMojo-0.01.tar.gz, BPORTER, 2012; MetaCPAN )
GunMojo/lib/GunMojo/OAuth2.pm ( view source; MetaCPAN )
Save access token to session and re-direct to admin page
		$self->session->{access_token} = $res->json->{access_token};
		$self->redirect_to('/admin');
	}
	else {
		# Authentication or OAuth2 failure,
GunMojo ( B/BP/BPORTER/GunMojo-0.01.tar.gz, BPORTER, 2012; MetaCPAN )
GunMojo/lib/GunMojo/Content.pm ( view source; MetaCPAN )
header && $header eq 'XMLHttpRequest' ) {
		$self->app->log->debug( "AJAX / JSON Response triggered!" );
		$self->render_json({
			dyncontent	=> $self->stash( 'content' ),
			headline	=> $self->stash(

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