Perl Authentication and Authorization via cookies
Apache::AuthCookie allows you to intercept a user's first
unauthenticated access to a protected document. The user will be
presented with a custom form where they can enter authentication
credentials. The credentials are posted to the server where AuthCookie
verifies them and returns a session key.
The session key is returned to the user's browser as a cookie. As a
cookie, the browser will pass the session key on every subsequent
accesses. AuthCookie will verify the session key and re-authenticate
the user.
All you have to do is write a custom module that inherits from
AuthCookie.
- Developed at devel:languages:perl
-
2
derived packages
- Download package
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Apache-AuthCookie-3.30.tar.gz | 0000062722 61.3 KB | 9 months |
cpanspec.yml | 0000000493 493 Bytes | almost 6 years |
perl-Apache-AuthCookie.changes | 0000012239 12 KB | 9 months |
perl-Apache-AuthCookie.spec | 0000009696 9.47 KB | 9 months |
Comments for perl-Apache-AuthCookie 0