blob: dfede99a8f8314dab14ef6c5259c47b5c07906f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles/
|