-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathChanges
42 lines (30 loc) · 1.08 KB
/
Changes
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
Revision history for Perl extension OIDC::Lite
{{$NEXT}}
0.11 2024-06-10T16:25:21Z
- Remove unused dependencies (thanks to yoshikazusawa)
- Fix load error on OIDC::Lite::Server::GrantHandlers (thanks to tatsumack)
0.10 2015-06-05T07:02:53Z
- update JSON::WebToken version to 0.10
- rename token.psgi to oidc_token.psgi
0.09 2014-12-23T07:27:56Z
- update JSON::WebToken version to 0.09
0.08 2014-08-08T06:23:19Z
- redirect_uri is set optional for WebServer Client for Google specific case
- update OAuth::Lite2 version to 0.10
0.07 2014-07-22T08:02:31Z
- catch up OAuth::Lite2-0.09
0.06 2013-11-08T17:10:29Z
- replace JSON to JSON::XS
0.05 2013-10-17T17:34:06Z
- add support for "server_state" grant type
0.04 2013-09-10T16:50:01Z
- fixed bug for Authorization Handler
0.03 2013-08-17T14:19:14Z
- updated the dependence
- removed Dynamic Client Registration support
- migrated to Minilla
0.02 Thu Mar 7 00:00:00 2013
- added test_require modules
- removed Session related modules
0.01 Sun Mar 3 00:00:00 2013
- initial version