-
Notifications
You must be signed in to change notification settings - Fork 20
/
MANIFEST
58 lines (58 loc) · 1.72 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
README
t/00-load.t
t/01-role-provider.t
t/disable_roles.t
t/exploding-provider.t
t/login-without-redirect.t
t/plugin-provider-config.t
t/plugin-provider-config-extended.t
t/lib/environments/disable-roles.yml
t/lib/environments/exploding.yml
t/lib/environments/login-without-redirect.yml
t/lib/environments/no-default-pages.yml
t/lib/environments/no-get-user-details.yml
t/lib/environments/no-login-handler.yml
t/lib/environments/no-provider-configured.yml
t/lib/environments/no-realms-configured.yml
t/lib/environments/no-reset-password-handler.yml
t/lib/environments/one-realm.yml
t/lib/environments/provider-config.yml
t/lib/environments/provider-config-extended.yml
t/lib/Provider/ConfigExtended.pm
t/lib/Provider/Exploding.pm
t/lib/Provider/NoGetUserDetails.pm
t/lib/views/.placeholder
t/lib/views/login-without-redirect/custom_login.tt
t/lib/views/login-without-redirect/layouts/main.tt
t/lib/public/.placeholder
t/lib/lib/.placeholder
t/manifest.t
t/no-default-pages.t
t/no-get-user-details.t
t/no-login-handler.t
t/no-provider-configured.t
t/no-realms-configured.t
t/no-reset-password-handler.t
t/one-realm.t
t/pod.t
t/pod-coverage.t
lib/Dancer2/Plugin/Auth/Extensible/Provider/Example.pm
lib/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm
lib/Dancer2/Plugin/Auth/Extensible/Provider/Unix.pm
lib/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm
lib/Dancer2/Plugin/Auth/Extensible/Role/Provider.pm
lib/Dancer2/Plugin/Auth/Extensible/Test.pm
lib/Dancer2/Plugin/Auth/Extensible/Test/App.pm
lib/Dancer2/Plugin/Auth/Extensible.pm
share/views/login.tt
share/views/login_denied.tt
share/views/transparent_login.tt
MANIFEST
MANIFEST.SKIP
bin/dancer2-generate-crypted-password
example/authextest.pl
example/config.yml
example/demo.t
ignore.txt
Makefile.PL
Changes