Web::ComposableRequest::Role::Authen::HTTP - Authenticates HTTP request headers
use Moo;
extends 'Web::ComposableRequest::Base';
with 'Web::ComposableRequest::Role::Authen::HTTP';
Authenticates HTTP request headers
Defines the following configuration attributes;
-
appclass
Required non empty simple string which is used to create a prefix for the public key file
-
my_home
The users home directory as determined by File::HomeDir
-
ssh_dir
The directory containing SSH public keys. Defaults to
~/.ssh
Authenticates the request headers
Retrieves request header values. Try prefixing the supplied name with
HTTP_
. If that value does not exists just trys the name. Attribute name
is uppercased either way
None
There are no known incompatibilities in this module
There are no known bugs in this module. Please report problems to http://rt.cpan.org/NoAuth/Bugs.html?Dist=Web-ComposableRequest-Role-Authen-HTTP. Patches are welcome
Larry Wall - For the Perl programming language
Peter Flanigan, <pjfl@cpan.org>
Copyright (c) 2015 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE