2005-12-12 15:22:06 +01:00
|
|
|
Role based access control is very simple: every user has a list of
|
|
|
|
roles, which that user is allowed to assume, and every restricted part
|
|
|
|
of the app makes an assertion about the necessary roles.
|
|
|
|
|
|
|
|
If the user is a member in all of the required roles access is granted.
|
|
|
|
Otherwise, access is denied.
|
|
|
|
|
2006-02-20 21:50:22 +01:00
|
|
|
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles/
|