The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

VERSION

version 0.9902

NAME

Dancer2::UserAdmin - Administration for registered users and site memberships

DESCRIPTION

This package provides user administration for your Dancer2 app. Create and manage users, grant user roles, add time-limited renewable memberships to the site, and use those properties for content access, communications, etc.

The user object is available throughout your application code, and the user's memberships (if you have implemented that feature) are available as sub-objects. The package makes use of DBIx::Class to create the objects from your database.

You can choose to use only the Users administration plugin, or both. The Memberships plugin cannot be used without the Users plugin.

CONFIGURATION

AUTHOR

Nick Tonkin <tonkin@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by Nick Tonkin.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.