Group
Extension

Matches 1

Dancer-Plugin-Auth-Google ( G/GA/GARU/Dancer-Plugin-Auth-Google-0.07.tar.gz, GARU, 2019; MetaCPAN )
Dancer-Plugin-Auth-Google/lib/Dancer/Plugin/Auth/Google.pm ( view source; MetaCPAN )
e auth: $error") if $error;

    if (exists $user->{verified_email}) {
        # we stringify our JSON::Bool data as some session
        # backends might have trouble storing objects.
        $user->
parse_response {
    my ($response) = @_;
    my ($data, $error);

    try {
        $data = from_json($response);
    } catch {
        if ($response =~ /timeout/) {
            $error = "google auth
: timeout ($response)";
        }
        else {
            $error = "google auth: error parsing JSON ($_)";
        }
    };
    return ($data, $error);
}

register_plugin;
__END__

=head1 NAME

Dan

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