Chapter 8. Authentication

Table of Contents

Authentication Instance variables
Authentication Instance methods
Accessible Instance methods
Internal instance methods
Authentication Examples
Using default authentication
Using Challenge-Response Authentication
The complete guide to authentication and user variables
How is the Auth class used usually?
How does $auth work internally?
How do $sess and $auth interact?
Where is the beef?
I still do not understand! What am I supposed to code?
Ok, I did that and it works. I even understood it. Now, what exactly is that uid used for?
But is the uid used internally by PHPLIB?

Authentication management can be used to authenticate a session, that is, to identify the user at the client side of the session.

Authentication is done inline, with HTML forms, not with HTTP authentication (that's the browser popup you get when you hit a page protected with htaccess). Inline authentication has several advantages over HTTP authentication:

Accessible instance variables

Internal instance variables