Group
Extension

Matches 2

Dancer2-Plugin-Auth-Extensible ( A/AB/ABEVERLEY/Dancer2-Plugin-Auth-Extensible-0.711.tar.gz, ABEVERLEY, 2024; MetaCPAN )
Dancer2-Plugin-Auth-Extensible/lib/Dancer2/Plugin/Auth/Extensible.pm ( view source; MetaCPAN )
 # the app is using a serializer and we were sent a blob of JSON, they could
    # have come from that JSON, and thus could be hashrefs (JSON SQL injection)
    # - for database providers, feeding a c
Dancer2-Plugin-Auth-Extensible ( A/AB/ABEVERLEY/Dancer2-Plugin-Auth-Extensible-0.711.tar.gz, ABEVERLEY, 2024; MetaCPAN )
Dancer2-Plugin-Auth-Extensible/lib/Dancer2/Plugin/Auth/Extensible/Test/App.pm ( view source; MetaCPAN )
   debug "before_authenticate_user", to_json( shift, { canonical => 1 } );
};
hook after_authenticate_user => sub {
    debug "after_authenticate_user", to_json( shift, { canonical => 1 } );
};
hook b
efore_create_user => sub {
    debug "before_create_user", to_json( shift, { canonical => 1 } );
};
hook after_create_user => sub {
    my ( $username, $user, $errors ) = @_;
    my $ret = $user ? 1 :

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