
Cgi::application::plugin::authentication adds the ability to authenticate users in your cgi::application modules. the module separates authentication into drivers (backend logic), store (cookie management etc) and display (formulation of the login form). the following drivers are bundled with this package:
- cgi::application::plugin::authentication::driver::dbic
- cgi::application::plugin::authentication::driver::cdbi