|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [v0.6.3](https://github.com/pdsinterop/php-solid-auth/tree/v0.6.3) (2021-12-08) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.2...v0.6.3) |
| 6 | + |
| 7 | +## [v0.6.2](https://github.com/pdsinterop/php-solid-auth/tree/v0.6.2) (2021-11-25) |
| 8 | + |
| 9 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.1...v0.6.2) |
| 10 | + |
| 11 | +**Merged pull requests:** |
| 12 | + |
| 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)) |
| 21 | + |
| 22 | +## [v0.6.1](https://github.com/pdsinterop/php-solid-auth/tree/v0.6.1) (2020-10-19) |
| 23 | + |
| 24 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/0.6...v0.6.1) |
| 25 | + |
| 26 | +**Merged pull requests:** |
| 27 | + |
| 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)) |
| 29 | + |
| 30 | +## [0.6](https://github.com/pdsinterop/php-solid-auth/tree/0.6) (2020-10-03) |
| 31 | + |
| 32 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/0.5.1...0.6) |
| 33 | + |
| 34 | +**Merged pull requests:** |
| 35 | + |
| 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)) |
| 39 | + |
| 40 | +## [0.5.1](https://github.com/pdsinterop/php-solid-auth/tree/0.5.1) (2020-09-21) |
| 41 | + |
| 42 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.5.0...0.5.1) |
| 43 | + |
| 44 | +## [v0.5.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.5.0) (2020-09-21) |
| 45 | + |
| 46 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.4.0...v0.5.0) |
| 47 | + |
| 48 | +**Merged pull requests:** |
| 49 | + |
| 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)) |
| 51 | + |
| 52 | +## [v0.4.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.4.0) (2020-09-21) |
| 53 | + |
| 54 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.3.0...v0.4.0) |
| 55 | + |
| 56 | +**Merged pull requests:** |
| 57 | + |
| 58 | +- Rename response methods [\#3](https://github.com/pdsinterop/php-solid-auth/pull/3) ([Potherca](https://github.com/Potherca)) |
| 59 | + |
| 60 | +## [v0.3.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.3.0) (2020-09-15) |
| 61 | + |
| 62 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.2.1...v0.3.0) |
| 63 | + |
| 64 | +**Closed issues:** |
| 65 | + |
| 66 | +- Log in to Slack [\#1](https://github.com/pdsinterop/php-solid-auth/issues/1) |
| 67 | + |
| 68 | +**Merged pull requests:** |
| 69 | + |
| 70 | +- Add JWKs request response. [\#2](https://github.com/pdsinterop/php-solid-auth/pull/2) ([Potherca](https://github.com/Potherca)) |
| 71 | + |
| 72 | +## [v0.2.1](https://github.com/pdsinterop/php-solid-auth/tree/v0.2.1) (2020-09-12) |
| 73 | + |
| 74 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.2.0...v0.2.1) |
| 75 | + |
| 76 | +## [v0.2.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.2.0) (2020-09-12) |
| 77 | + |
| 78 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.1.2...v0.2.0) |
| 79 | + |
| 80 | +## [v0.1.2](https://github.com/pdsinterop/php-solid-auth/tree/v0.1.2) (2020-09-12) |
| 81 | + |
| 82 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.1.1...v0.1.2) |
| 83 | + |
| 84 | +## [v0.1.1](https://github.com/pdsinterop/php-solid-auth/tree/v0.1.1) (2020-09-11) |
| 85 | + |
| 86 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.1.0...v0.1.1) |
| 87 | + |
| 88 | +## [v0.1.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.1.0) (2020-09-10) |
| 89 | + |
| 90 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.0.0...v0.1.0) |
| 91 | + |
| 92 | +## [v0.0.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.0.0) (2020-08-27) |
| 93 | + |
| 94 | +[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/a408a4ae017c0c6aa36306cd98be22ff41805ecb...v0.0.0) |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments