File: MANIFEST

package info (click to toggle)
liboauth-lite2-perl 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 592 kB
  • sloc: perl: 2,658; makefile: 8
file content (87 lines) | stat: -rw-r--r-- 2,886 bytes parent folder | download | duplicates (2)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Build.PL
Changes
LICENSE
META.json
README.md
cpanfile
lib/OAuth/Lite2.pm
lib/OAuth/Lite2/Agent.pm
lib/OAuth/Lite2/Agent/Dump.pm
lib/OAuth/Lite2/Agent/PSGIMock.pm
lib/OAuth/Lite2/Agent/Strict.pm
lib/OAuth/Lite2/Client/ClientCredentials.pm
lib/OAuth/Lite2/Client/Error.pm
lib/OAuth/Lite2/Client/ExternalService.pm
lib/OAuth/Lite2/Client/ServerState.pm
lib/OAuth/Lite2/Client/StateResponseParser.pm
lib/OAuth/Lite2/Client/Token.pm
lib/OAuth/Lite2/Client/TokenResponseParser.pm
lib/OAuth/Lite2/Client/UsernameAndPassword.pm
lib/OAuth/Lite2/Client/WebServer.pm
lib/OAuth/Lite2/Formatter.pm
lib/OAuth/Lite2/Formatter/FormURLEncoded.pm
lib/OAuth/Lite2/Formatter/JSON.pm
lib/OAuth/Lite2/Formatter/Text.pm
lib/OAuth/Lite2/Formatter/XML.pm
lib/OAuth/Lite2/Formatters.pm
lib/OAuth/Lite2/Model/AccessToken.pm
lib/OAuth/Lite2/Model/AuthInfo.pm
lib/OAuth/Lite2/Model/ServerState.pm
lib/OAuth/Lite2/ParamMethod.pm
lib/OAuth/Lite2/ParamMethod/AuthHeader.pm
lib/OAuth/Lite2/ParamMethod/FormEncodedBody.pm
lib/OAuth/Lite2/ParamMethod/URIQueryParameter.pm
lib/OAuth/Lite2/ParamMethods.pm
lib/OAuth/Lite2/Server/Context.pm
lib/OAuth/Lite2/Server/DataHandler.pm
lib/OAuth/Lite2/Server/Endpoint/Token.pm
lib/OAuth/Lite2/Server/Error.pm
lib/OAuth/Lite2/Server/GrantHandler.pm
lib/OAuth/Lite2/Server/GrantHandler/AuthorizationCode.pm
lib/OAuth/Lite2/Server/GrantHandler/ClientCredentials.pm
lib/OAuth/Lite2/Server/GrantHandler/ExternalService.pm
lib/OAuth/Lite2/Server/GrantHandler/GroupingRefreshToken.pm
lib/OAuth/Lite2/Server/GrantHandler/Password.pm
lib/OAuth/Lite2/Server/GrantHandler/RefreshToken.pm
lib/OAuth/Lite2/Server/GrantHandler/ServerState.pm
lib/OAuth/Lite2/Server/GrantHandlers.pm
lib/OAuth/Lite2/Signer.pm
lib/OAuth/Lite2/Signer/Algorithm.pm
lib/OAuth/Lite2/Signer/Algorithm/HMAC_SHA1.pm
lib/OAuth/Lite2/Signer/Algorithm/HMAC_SHA256.pm
lib/OAuth/Lite2/Signer/Algorithms.pm
lib/OAuth/Lite2/Util.pm
lib/Plack/Middleware/Auth/OAuth2/ProtectedResource.pm
minil.toml
script/token.psgi
t/00_compile.t
t/010_core/formatter.t
t/010_core/param_methods.t
t/010_core/signer.t
t/010_core/util.t
t/030_server/protected_resource/middleware.t
t/030_server/token_endpoint/authorization_code.t
t/030_server/token_endpoint/client_credentials.t
t/030_server/token_endpoint/external_service.t
t/030_server/token_endpoint/grouping_refresh_token.t
t/030_server/token_endpoint/password.t
t/030_server/token_endpoint/refresh.t
t/030_server/token_endpoint/server_state.t
t/040_unit/client_credentials.t
t/040_unit/common.t
t/040_unit/external_service.t
t/040_unit/grouping_refresh_token.t
t/040_unit/model/access_token.t
t/040_unit/model/auth_info.t
t/040_unit/model/server_state.t
t/040_unit/server/error.t
t/040_unit/server/grant_handler.t
t/040_unit/username.t
t/040_unit/web_server.t
t/lib/TestAccessToken.pm
t/lib/TestAuthInfo.pm
t/lib/TestDataHandler.pm
t/lib/TestPR.pm
t/lib/TestServerState.pm
META.yml
MANIFEST