everurssantosh Posted September 26, 2008 Share Posted September 26, 2008 Hi, I want to implement Digest HTTP Authentication in my site which runs in an apache server. I want to know few details about the procedure to implement this. Also, I want to know is it possible to take id and pwd from database for this type of authentication and validate with the user provided data? Please put light on this. Thanks Santosh Link to comment https://forums.phpfreaks.com/topic/125954-authetication-types-and-its-implementations/ Share on other sites More sharing options...
discomatt Posted September 26, 2008 Share Posted September 26, 2008 http://php.net/manual/en/features.http-auth.php Yes, it's very possible to do with with a database The examples provided should more than get you started. Link to comment https://forums.phpfreaks.com/topic/125954-authetication-types-and-its-implementations/#findComment-651301 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.