• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examplemodel/H09-Dec-2013-154118

lib/Dancer/Plugin/Auth/Extensible/Provider/H09-Dec-2013-29362

t/H09-Dec-2013-12284

ChangesH A D09-Dec-2013192 95

LICENSEH A D31-Oct-20138.7 KiB203151

MANIFESTH A D09-Dec-2013447 1817

META.jsonH A D09-Dec-20131.4 KiB5554

META.ymlH A D09-Dec-2013928 3130

Makefile.PLH A D08-Dec-20131.2 KiB3129

READMEH A D01-Nov-20131.1 KiB4325

README.mdH A D31-Oct-2013243 53

README

1Dancer-Plugin-Auth-Extensible-Provider-Usergroup
2
3INSTALLATION
4
5To install this module, run the following commands:
6
7	perl Makefile.PL
8	make
9	make test
10	make install
11
12SUPPORT AND DOCUMENTATION
13
14After installing, you can find documentation for this module with the
15perldoc command.
16
17    perldoc Dancer::Plugin::Auth::Extensible::Provider::Usergroup
18
19You can also look for information at:
20
21    RT, CPAN's request tracker (report bugs here)
22        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dancer-Plugin-Auth-Extensible-Provider-Usergroup
23
24    AnnoCPAN, Annotated CPAN documentation
25        http://annocpan.org/dist/Dancer-Plugin-Auth-Extensible-Provider-Usergroup
26
27    CPAN Ratings
28        http://cpanratings.perl.org/d/Dancer-Plugin-Auth-Extensible-Provider-Usergroup
29
30    Search CPAN
31        http://search.cpan.org/dist/Dancer-Plugin-Auth-Extensible-Provider-Usergroup/
32
33
34LICENSE AND COPYRIGHT
35
36Copyright (C) 2013 Henk van Oers
37
38This program is free software; you can redistribute it and/or modify it
39under the terms of the Artistic License.
40
41See L<http://dev.perl.org/licenses/> for more information.
42
43

README.md

1Dancer-Plugin-Auth-Extensible-Provider-Usergroup
2================================================
3
4This class is an authentication provider designed to authenticate users against a DBIC schema, using Dancer::Plugin::DBIC to access a database.
5