Source: libmojolicious-plugin-authorization-perl Maintainer: Debian Perl Group Uploaders: Joenio Costa Section: perl Priority: optional Build-Depends: debhelper (>= 8), libmodule-build-perl (>= 0.380000) Build-Depends-Indep: libmojolicious-perl, perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmojolicious-plugin-authorization-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmojolicious-plugin-authorization-perl.git Homepage: https://metacpan.org/release/Mojolicious-Plugin-Authorization Testsuite: autopkgtest-pkg-perl Package: libmojolicious-plugin-authorization-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmojolicious-perl Description: module to make authorization a bit easier for Mojolicious Mojolicious::Plugin::Authorization provides a very simple API implementation of role-cbased access control (RBAC). This plugin is only an API you will have to do all the work of setting up your roles and privileges and then provide four subs that are used by the plugin. The plugin expects that the current session will be used to get the role its privileges. It also assumes that you have already been authenticated and your role set. That is about it you are free to implement any system you like.