ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
368 B
Text
8 lines
368 B
Text
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: https://metacpan.org/release/Catalyst-Plugin-Authorization-Roles
|