|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v0.7.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.7.0) (2022-08-24) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.4...v0.7.0) |
| 6 | + |
| 7 | +### Merged pull requests |
| 8 | + |
| 9 | +- Feature/nextcloud24 [\#20](https://github.com/pdsinterop/php-solid-auth/pull/20) (@Potherca) |
| 10 | + |
| 11 | +## [v0.6.4](https://github.com/pdsinterop/php-solid-auth/tree/v0.6.4) (2022-01-16) |
| 12 | + |
| 13 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.3...v0.6.4) |
| 14 | + |
3 | 15 | ## [v0.6.3](https://github.com/pdsinterop/php-solid-auth/tree/v0.6.3) (2021-12-08) |
4 | 16 |
|
5 | 17 | [Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.2...v0.6.3) |
|
8 | 20 |
|
9 | 21 | [Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.1...v0.6.2) |
10 | 22 |
|
11 | | -**Merged pull requests:** |
| 23 | +### Merged pull requests |
12 | 24 |
|
13 | | -- Require write on parent for DELETE [\#18](https://github.com/pdsinterop/php-solid-auth/pull/18) ([michielbdejong](https://github.com/michielbdejong)) |
14 | | -- Fix for origin grants, allow registered clients [\#16](https://github.com/pdsinterop/php-solid-auth/pull/16) ([ylebre](https://github.com/ylebre)) |
15 | | -- replacing codercats jwk converter with web-token to support EC tokens [\#15](https://github.com/pdsinterop/php-solid-auth/pull/15) ([ylebre](https://github.com/ylebre)) |
16 | | -- remove debugging [\#14](https://github.com/pdsinterop/php-solid-auth/pull/14) ([ylebre](https://github.com/ylebre)) |
17 | | -- Set the base url to the url where the acl file was found [\#13](https://github.com/pdsinterop/php-solid-auth/pull/13) ([ylebre](https://github.com/ylebre)) |
18 | | -- add option to check Origin in acl [\#12](https://github.com/pdsinterop/php-solid-auth/pull/12) ([ylebre](https://github.com/ylebre)) |
19 | | -- Adding WAC / Dpop [\#11](https://github.com/pdsinterop/php-solid-auth/pull/11) ([ylebre](https://github.com/ylebre)) |
20 | | -- WIP: dpop handling [\#10](https://github.com/pdsinterop/php-solid-auth/pull/10) ([ylebre](https://github.com/ylebre)) |
| 25 | +- Require write on parent for DELETE [\#18](https://github.com/pdsinterop/php-solid-auth/pull/18) (@michielbdejong) |
| 26 | +- Fix for origin grants, allow registered clients [\#16](https://github.com/pdsinterop/php-solid-auth/pull/16) (@ylebre) |
| 27 | +- replacing codercats jwk converter with web-token to support EC tokens [\#15](https://github.com/pdsinterop/php-solid-auth/pull/15) (@ylebre) |
| 28 | +- remove debugging [\#14](https://github.com/pdsinterop/php-solid-auth/pull/14) (@ylebre) |
| 29 | +- Set the base url to the url where the acl file was found [\#13](https://github.com/pdsinterop/php-solid-auth/pull/13) (@ylebre) |
| 30 | +- add option to check Origin in acl [\#12](https://github.com/pdsinterop/php-solid-auth/pull/12) (@ylebre) |
| 31 | +- Adding WAC / Dpop [\#11](https://github.com/pdsinterop/php-solid-auth/pull/11) (@ylebre) |
| 32 | +- WIP: dpop handling [\#10](https://github.com/pdsinterop/php-solid-auth/pull/10) (@ylebre) |
21 | 33 |
|
22 | 34 | ## [v0.6.1](https://github.com/pdsinterop/php-solid-auth/tree/v0.6.1) (2020-10-19) |
23 | 35 |
|
24 | 36 | [Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/0.6...v0.6.1) |
25 | 37 |
|
26 | | -**Merged pull requests:** |
| 38 | +### Merged pull requests |
27 | 39 |
|
28 | | -- Add function to decrypt 'code' for ID token generation [\#9](https://github.com/pdsinterop/php-solid-auth/pull/9) ([ylebre](https://github.com/ylebre)) |
| 40 | +- Add function to decrypt 'code' for ID token generation [\#9](https://github.com/pdsinterop/php-solid-auth/pull/9) (@ylebre) |
29 | 41 |
|
30 | 42 | ## [0.6](https://github.com/pdsinterop/php-solid-auth/tree/0.6) (2020-10-03) |
31 | 43 |
|
32 | | -[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/0.5.1...0.6) |
| 44 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.0...0.6) |
| 45 | + |
| 46 | +## [v0.6.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.6.0) (2020-10-03) |
| 47 | + |
| 48 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/0.5.1...v0.6.0) |
33 | 49 |
|
34 | | -**Merged pull requests:** |
| 50 | +### Merged pull requests |
35 | 51 |
|
36 | | -- added id\_token option for token endpoint response [\#8](https://github.com/pdsinterop/php-solid-auth/pull/8) ([ylebre](https://github.com/ylebre)) |
37 | | -- typofix [\#7](https://github.com/pdsinterop/php-solid-auth/pull/7) ([ylebre](https://github.com/ylebre)) |
38 | | -- Added token generation code to support id\_token [\#6](https://github.com/pdsinterop/php-solid-auth/pull/6) ([ylebre](https://github.com/ylebre)) |
| 52 | +- added id\_token option for token endpoint response [\#8](https://github.com/pdsinterop/php-solid-auth/pull/8) (@ylebre) |
| 53 | +- typofix [\#7](https://github.com/pdsinterop/php-solid-auth/pull/7) (@ylebre) |
| 54 | +- Added token generation code to support id\_token [\#6](https://github.com/pdsinterop/php-solid-auth/pull/6) (@ylebre) |
39 | 55 |
|
40 | 56 | ## [0.5.1](https://github.com/pdsinterop/php-solid-auth/tree/0.5.1) (2020-09-21) |
41 | 57 |
|
|
45 | 61 |
|
46 | 62 | [Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.4.0...v0.5.0) |
47 | 63 |
|
48 | | -**Merged pull requests:** |
| 64 | +### Merged pull requests |
49 | 65 |
|
50 | | -- Change Client config to support Redirect URIs and Name [\#4](https://github.com/pdsinterop/php-solid-auth/pull/4) ([Potherca](https://github.com/Potherca)) |
| 66 | +- Change Client config to support Redirect URIs and Name [\#4](https://github.com/pdsinterop/php-solid-auth/pull/4) (@Potherca) |
51 | 67 |
|
52 | 68 | ## [v0.4.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.4.0) (2020-09-21) |
53 | 69 |
|
54 | 70 | [Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.3.0...v0.4.0) |
55 | 71 |
|
56 | | -**Merged pull requests:** |
| 72 | +### Merged pull requests |
57 | 73 |
|
58 | | -- Rename response methods [\#3](https://github.com/pdsinterop/php-solid-auth/pull/3) ([Potherca](https://github.com/Potherca)) |
| 74 | +- Rename response methods [\#3](https://github.com/pdsinterop/php-solid-auth/pull/3) (@Potherca) |
59 | 75 |
|
60 | 76 | ## [v0.3.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.3.0) (2020-09-15) |
61 | 77 |
|
62 | 78 | [Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.2.1...v0.3.0) |
63 | 79 |
|
64 | | -**Closed issues:** |
| 80 | +### Closes |
65 | 81 |
|
66 | 82 | - Log in to Slack [\#1](https://github.com/pdsinterop/php-solid-auth/issues/1) |
67 | 83 |
|
68 | | -**Merged pull requests:** |
| 84 | +### Merged pull requests |
69 | 85 |
|
70 | | -- Add JWKs request response. [\#2](https://github.com/pdsinterop/php-solid-auth/pull/2) ([Potherca](https://github.com/Potherca)) |
| 86 | +- Add JWKs request response. [\#2](https://github.com/pdsinterop/php-solid-auth/pull/2) (@Potherca) |
71 | 87 |
|
72 | 88 | ## [v0.2.1](https://github.com/pdsinterop/php-solid-auth/tree/v0.2.1) (2020-09-12) |
73 | 89 |
|
|
0 commit comments