|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Is there an easy way to do user authentication without using PHPLib? I hate to re-invent the wheel, but in this case, I need to.
David. |
|
#2
|
|||
|
|||
|
If you're running PHP as an Apache module, you can integrate with HTTP authentication.
See: http://www.php.net/manual/features.http-auth.php3 Just curious - why can't you use PHPLIB? [This message has been edited by jpenix (edited 07-06-99).] |
|
#3
|
|||
|
|||
|
The reason we do not want to use PHPLib is because it just doesn't do things quite the way we want them to. We really want to track authentication and session vars across pages, but not the way it does it.
David. |
|
#4
|
|||
|
|||
|
Well, to answer my own query, I did it without PHPlib, but with some source help from PHPlib.
The main thing I was worried about was clear-text passwords, and with the MD5 algorithm from PHPlib, I was able to get rid of this problem. Now with PHP4, I am able to do sessions properly without rolling my own! David. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > PHP Development > Authentication without PHPLib |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|