Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: web authentication 2008

by Joost (Canon)
on Jan 15, 2008 at 11:40 UTC ( [id://662448]=note: print w/replies, xml ) Need Help??


in reply to web authentication 2008

Some ramblings:

Sessions aren't really about authentication, and most of the session modules should work fine. Sessions aren't rocket science. If you're using a database abstraction layer, you may want to choose based on how well the module integrates with that layer.

Linux and solaris and probably other Unix-like systems support PAM for authentication, which integrates with shell logins, ssh, some FTP servers, and more. There's also Authen::Simple::PAM which does mod_perl HTTP (and direct) authentication via PAM.

PAM can get fairly complex, but it's very flexible, not all that hard to understand, and if you really want to integrate a lot of different services it's probably a good bet.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://662448]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-19 04:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found