-
Notifications
You must be signed in to change notification settings - Fork 4
/
ChangeLog
45 lines (33 loc) · 957 Bytes
/
ChangeLog
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
09/13/2024
- add JWT handler wih optional JQ filtering
- depend on liboauth2 >= 2.1.0
- bump to 4.1.0dev
08/22/2024
- change LICENSE to Apache 2.0
- depend on liboauth2 >= 2.0.0
- release 4.0.0
12/06/2023
- add support for the client credentials grant type
- depend on liboauth >= 1.6.0
03/08/2023
- move repo to OpenIDC github organization
12/06/2022
- depend on liboauth2 >= 1.4.5.2
07/02/2021
- add option to not return an error on token missing/exchange failure
11/07/2020
- depend on liboauth2 >= 1.4.0
- fix parsing of cache parameters (hardcoded leftover "max_key_size=8")
02/14/2020
- depend on liboauth 1.2.4 with named cache
02/05/2020
- depend on liboauth 1.2.2 with new ROPC capability
- bump copyright year to 2020
09/12/2019
- depend on liboauth2 1.2.0 with new request header API
08/01/2019
- fix cfg->accept_source_token_in initialization
07/17/2019
- add r->user to sts_hander
07/03/2019
- return status code from HTTP callouts