DEV Community

Discussion on: Basic Dancer2 Authentication

Collapse
 
akuks profile image
Ashutosh

Thanks David. This article is just to understand how the authentication works in Dancer2. My next article is on the Dancer2 Authentication using MySQL (as database), where your mentioned plugin Dancer2::Plugin::Auth::Extensible is in use and, for encryption Crypt::PBKDF2 and the DBIX for querying database.