Files
pkgsrc-ng/www/p5-Catalyst-Plugin-Authorization-Roles/DESCR
2013-09-26 17:14:40 +02:00

7 lines
297 B
Plaintext

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.