Group
Extension

Matches 1

Dancer2-Plugin-OAuth2-Server ( P/PV/PVIGIER/Dancer2-Plugin-OAuth2-Server-0.11.tar.gz, PVIGIER, 2023; MetaCPAN )
Dancer2-Plugin-OAuth2-Server/lib/Dancer2/Plugin/OAuth2/Server.pm ( view source; MetaCPAN )
);
        if( not $res[0] ) {
            $dsl->status( 400 );
            return $dsl->send_as( JSON => { error => $res[1] } );
        } else {
            $dsl->app->request->var( oauth_access_tok
or $type ne 'code'
    ) {
        $dsl->status( 400 );
        return $dsl->send_as(
            JSON => {
                error             => 'invalid_request',
                error_description =>
nd ! length $state
    ) {
        $dsl->status( 400 );
        return $dsl->send_as(
            JSON => {
                error             => 'invalid_request',
                error_description =>

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