[PEAR] [ANNOUNCEMENT] LiveUser-0.3 (alpha) Released.
by PEAR Announce other posts by this author
Oct 9 2002 9:57PM messages near this date
[PEAR] [ANNOUNCEMENT] XML_RPC-1.0.4 (stable) Released.
|
[PEAR] [ANNOUNCEMENT] Config-1.1 (beta) Released.
The new PEAR package LiveUser-0.3 (alpha) has been released at http://pear.php.net/.
Release notes
-------------
Initial package release
Package Info
-------------
Perm_LiveUser ist a set of classes for dealing with user authentication
and permission management. Basically, there are three main elements that
make up this package:
* The LoginManager
* The Auth containers
* The Perm containers
The LoginManager class takes care of the login process and can be configured
to use a certain permission container and one or more different auth containers.
That means, you can have your users' data scattered amongst many data containers
and have the LoginManager try each defined container until the user is found.
For example, you can have all website users who can apply for a new account online
on the webserver's local database. Also, you want to enable all your company's
employees to login to the site without the need to create new accounts for all of
them. To achieve that, a second container can be defined to be used by the LoginManager.
You can also define a permission container of your choice that will manage the rights for
each user. Depending on the container, you can implement any kind of permission schemes
for your application while having one consistent API.
Using different permission and auth containers, it's easily possible to integrate
newly written applications with older ones that have their own ways of storing permissions
and user data. Just make a new container type and you're ready to go!
Currently available are RDBMS containers using both PEAR::DB and PEAR::MDB.
More are soon to follow.
Related Links
-------------
Package home: http://pear.php.net/package-info.php?package=LiveUser
Changelog: http://pear.php.net/package-changelog.php?package=LiveUser
Download: http://pear.php.net/get/LiveUser-0.3.tgz
Authors
-------------
Markus Wolff <wolff@[...].de> (lead)
Lukas Smith <smith@[...].de> (contributor)
Christian Dickmann <dickmann@[...].net> (contributor)
Pierre-Alain Joye <paj@[...].org> (contributor)
--
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|