LiveUser PEAR Tutorial
(Via PHP Developer) There's a new tutorial discussing the use of PEAR's LiveUser library to help you authenticate and add/remove/update permissions for users of your site.
LiveUser's purpose is to provide a flexible and extensible framework to be used for authentication and authorization schemes. It does not aim at being the "One-true-solution" but rather providing the means to achieve what you need.
[...] LiveUser's design is based on containers. A container is similar in concept to a driver. Containers are the same, to handle a specific authentication scheme you need a container. The design is based on two sets of containers. One set is used for authentication and the other for permissions.
Posted by Tom on October 20, 2004 | TrackBack (0)