NAME
Web::Authenticate::RequestUrlProvider::CgiRequestUrlProvider - The default implementation of Web::Authentication::RequestUrlProvider.
VERSION
version 0.013
SYNOPSIS
my $url = $cgi_request_url_provider->url;
DESCRIPTION
This RequestUrlProvider uses CGI to get the current url.
METHODS
url
Returns the current url using the url method from CGI with full, query, and rewrite set to 1.
AUTHOR
Adam Hopkins <srchulo@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Adam Hopkins.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.