Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Website login/authentication

by The Mad Hatter (Priest)
on Sep 19, 2004 at 20:30 UTC ( [id://392229]=note: print w/replies, xml ) Need Help??


in reply to Website login/authentication

You're probably best having a script accept the username and password and then redirecting to the proper URL with the correct Basic authentication headers (filled out with the info passed via CGI). Otherwise, you'll have to set and check cookies.

If you want to stick with using Apache's htpasswd approach of managing users but don't mind setting/checking cookies throughout the site, then check out Apache::Htpasswd. It'll allow you to check a username/password pair from within a Perl script (such as one called from a form on a webpage).

There are plenty of other ways to authenticate users as well.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-25 02:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found