Modules

Generate routes from sql-table, make authentication and make restrict access (authorization) to route with users/roles tables. Plugin makes an auth operations throught the plugin Mojolicious::Plugin::Authentication on which is based.
Generation routes, authentication and controll access to routes trought sintax of ->over(...), see Mojolicious::Routes::Route#over
is a mixed Mojolicious::Controller. It invoking from plugin module and might also using as standard Mojolicious::Controller. From plugin it controll access to routes trought sintax of ->over(...), see Mojolicious::Routes::Route#over
is a STH hub for Mojolicious::Plugin::RoutesAuthDBI classes.

Provides

in lib/Mojolicious/Plugin/RoutesAuthDBI/Install.pm