-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathMANIFEST
36 lines (36 loc) · 1.43 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
Changes
MANIFEST
Makefile.PL
README.md
examples/OAuth2Functions.pm
examples/README
examples/oauth2_client.pl
examples/oauth2_db.json
examples/oauth2_schema.sql
examples/oauth2_server_db.pl
examples/oauth2_server_realistic.pl
examples/oauth2_server_simple.pl
examples/oauth2_server_simple_jwt.pl
lib/Net/OAuth2/AuthorizationServer.pm
lib/Net/OAuth2/AuthorizationServer/AuthorizationCodeGrant.pm
lib/Net/OAuth2/AuthorizationServer/ClientCredentialsGrant.pm
lib/Net/OAuth2/AuthorizationServer/Defaults.pm
lib/Net/OAuth2/AuthorizationServer/ImplicitGrant.pm
lib/Net/OAuth2/AuthorizationServer/Manual.pod
lib/Net/OAuth2/AuthorizationServer/PasswordGrant.pm
t/001_compiles_pod.t
t/003_changes.t
t/net/oauth2/authorizationserver.t
t/net/oauth2/authorizationserver/authorizationcodegrant.t
t/net/oauth2/authorizationserver/authorizationcodegrant_no_jwt.t
t/net/oauth2/authorizationserver/authorizationcodegrant_tests.pm
t/net/oauth2/authorizationserver/clientcredentialsgrant.t
t/net/oauth2/authorizationserver/clientcredentialsgrant_no_jwt.t
t/net/oauth2/authorizationserver/clientcredentialsgrant_tests.pm
t/net/oauth2/authorizationserver/defaults.t
t/net/oauth2/authorizationserver/implicitgrant.t
t/net/oauth2/authorizationserver/implicitgrant_no_jwt.t
t/net/oauth2/authorizationserver/implicitgrant_tests.pm
t/net/oauth2/authorizationserver/passwordgrant.t
t/net/oauth2/authorizationserver/passwordgrant_no_jwt.t
t/net/oauth2/authorizationserver/passwordgrant_tests.pm