mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
11 lines
578 B
Plaintext
11 lines
578 B
Plaintext
Dancer::Plugin::Auth::RBAC is an authentication framework and role-based
|
|
access control system. As a role-based access control system
|
|
Dancer::Plugin::Auth::RBAC can be complex but will give you the most
|
|
flexibilty over all other access control philosophies.
|
|
|
|
The Dancer::Plugin::Auth::RBAC plugin provides your application with the
|
|
ability to easily authenticate and restrict access to specific users and
|
|
groups by providing a tried and tested RBAC (role-based access control)
|
|
system. Dancer::Plugin::Auth::RBAC provides this level of sophistication
|
|
with minimal configuration.
|