Apache2-REST
view release on metacpan or search on metacpan
lib/Apache2/REST/AppAuth.pm view on Meta::CPAN
sub init{
my ( $self , $req ) = @_ ;
# Nothing by default
}
=head2 authorize
Implement this to let the Application authentifier
decide if the application can access the API or not.
Please set resp->status() and resp->message() ;
Returns true if authorized. False otherwise.
Called like this by the framework:
$this->authorize($req , $resp ) ;
=cut
( run in 0.472 second using v1.01-cache-2.11-cpan-de7293f3b23 )