# 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
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 :