Rex-Endpoint-HTTP

 view release on metacpan or  search on metacpan

lib/Rex/Endpoint/HTTP/Mojolicious/Plugin/Auth.pm  view on Meta::CPAN

# vim: set ts=3 sw=3 tw=0:
# vim: set expandtab:
   
package Rex::Endpoint::HTTP::Mojolicious::Plugin::Auth;


#
# HTTP Header
#
# Apache:
# X-Forwarded-For -> $IP/$NAME

use strict;
use warnings;

use base qw(Mojolicious::Plugin);
use Digest::SHA qw(sha1_hex);
use MIME::Base64;

sub register {
   my ($plugin, $app) = @_;



( run in 0.262 second using v1.01-cache-2.11-cpan-26ccb49234f )