Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mschout/apache-authticket
mod_perl AuthCookie based authentication and access module
https://github.com/mschout/apache-authticket
Last synced: about 1 month ago
JSON representation
mod_perl AuthCookie based authentication and access module
- Host: GitHub
- URL: https://github.com/mschout/apache-authticket
- Owner: mschout
- License: other
- Created: 2008-09-08T20:34:43.000Z (over 16 years ago)
- Default Branch: build/releases
- Last Pushed: 2017-07-29T09:03:37.000Z (over 7 years ago)
- Last Synced: 2024-06-19T15:12:59.178Z (7 months ago)
- Language: Perl 6
- Homepage:
- Size: 135 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
Apache::AuthCookie is Copyright (C) 2000-2009, Michael Schout.
WHAT IS THIS?
This package contains the Apache::AuthTicket module and the
Apache2::AuthTicket module. These modules implement a cookie based
authentication system similar to the ticket access system described in the
mod_perl eagle book.Apache::AuthTicket is for mod_perl version 1
Apache2::AuthTicket is for mod_perl version 2HOW DO I INSTALL IT?
You need perl 5.6.0 or better to install this package. In addition, you
should also have the following packages installed:Apache::AuthCookie 2.011 or later.
mod_perl 1.22 or later
DBI
Digest::MD5
SQL::AbstractAll of these modules are available from your favorite CPAN mirror.
Installation of this module is as usual:
perl Makefile.PL
make
make test
make installMost of the tests are skipped unless you have DBD::SQLite and Apache::Test
installed. Install those modules from CPAN if you have trouble and want
useful output from "make test"SEE ALSO
Apache::AuthCookie, Apache2::AuthCookieAUTHOR
Michael Schout,COPYRIGHT AND LICENSE
Copyright (C) 2000-2008 by Michael SchoutThis program is free software; you can redistribute it and/or modify it
under the terms of either:· the GNU General Public License as published by the Free Software
Foundation; either version 1, or (at your option) any later
version, or· the Artistic License version 2.0.