Dancer-Plugin-Auth-Extensible icon indicating copy to clipboard operation
Dancer-Plugin-Auth-Extensible copied to clipboard

Authentication framework for Dancer-based web applications

Results 4 Dancer-Plugin-Auth-Extensible issues
Sort by recently updated
recently updated
newest added

After the discussion in #30, I suggested it might be useful to provide a method to easily check if the currently-logged-in user could access a specific route, if they wanted...

enhancement

In a brief test while working on D::P::SC, testing under a Dancer prefix, the login redirect 404'd. This might be down to how D::P::SC uses DPAE, need to do further...

bug

It would be cool to be able to: ``` perl load_app 'App::User', prefix => '/user', require_login load_app 'App::Admin', prefix => '/admin', require_role Admin ``` And then also be able to...