# Dancer2-Plugin-Auth-Extensible-Provider-Usergroup **Repository Path**: mirrors_gitpan/Dancer2-Plugin-Auth-Extensible-Provider-Usergroup ## Basic Information - **Project Name**: Dancer2-Plugin-Auth-Extensible-Provider-Usergroup - **Description**: No description available - **Primary Language**: Unknown - **License**: Artistic-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2023-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Dancer2-Plugin-Auth-Extensible-Provider-Usergroup ================================================= Authenticate as a member of a group This class is an authentication provider designed to authenticate users against a DBIC schema, using Dancer2::Plugin::DBIC to access a database. Dancer2::Plugin::Passphrase is used to handle hashed passwords securely; you wouldn't want to store plain text passwords now, would you? (If your answer to that is yes, please reconsider; you really don't want to do that, when it's so easy to do things right!) See Dancer2::Plugin::Auth::Extensible for details on how to use the authentication framework, including how to use "require_login" and "require_role".