in reply to Re^2: Dancer::Plugin::Auth::RBAC any cookbooks or good examples?
in thread Dancer::Plugin::Auth::RBAC any cookbooks or good examples?

how to modify my existing SQLite User DB to be used by RBAC.

See inside these links (and source)
Dancer::Plugin::Auth::RBAC::Credentials::SQLite, simplest option is probably to copy/paste as SQLiteSkeeve and make sub authorize use your column names ...
App::Netdisco::Web::Auth::Provider::DBIC / App::Netdisco::Web::AuthN
Dancer::Plugin::Auth::RBAC::Permissions::DBIC
Redesigning Dancer::Plugin::Auth::Extensible | PerlDancer Advent Calendar

:) I wouldn't dare call any of this "properly" ... or even flexible ... its all too much work

  • Comment on Re^3: Dancer::Plugin::Auth::RBAC any cookbooks or good examples?