Skip to content

Commit

Permalink
Add CHANGELOG for v0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed Aug 24, 2022
1 parent 490a49c commit d5ae7e9
Showing 1 changed file with 39 additions and 23 deletions.
62 changes: 39 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v0.7.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.7.0) (2022-08-24)

[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.4...v0.7.0)

### Merged pull requests

- Feature/nextcloud24 [\#20](https://github.com/pdsinterop/php-solid-auth/pull/20) (@Potherca)

## [v0.6.4](https://github.com/pdsinterop/php-solid-auth/tree/v0.6.4) (2022-01-16)

[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.3...v0.6.4)

## [v0.6.3](https://github.com/pdsinterop/php-solid-auth/tree/v0.6.3) (2021-12-08)

[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.2...v0.6.3)
Expand All @@ -8,34 +20,38 @@

[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.1...v0.6.2)

**Merged pull requests:**
### Merged pull requests

- Require write on parent for DELETE [\#18](https://github.com/pdsinterop/php-solid-auth/pull/18) ([michielbdejong](https://github.com/michielbdejong))
- Fix for origin grants, allow registered clients [\#16](https://github.com/pdsinterop/php-solid-auth/pull/16) ([ylebre](https://github.com/ylebre))
- 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))
- remove debugging [\#14](https://github.com/pdsinterop/php-solid-auth/pull/14) ([ylebre](https://github.com/ylebre))
- 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))
- add option to check Origin in acl [\#12](https://github.com/pdsinterop/php-solid-auth/pull/12) ([ylebre](https://github.com/ylebre))
- Adding WAC / Dpop [\#11](https://github.com/pdsinterop/php-solid-auth/pull/11) ([ylebre](https://github.com/ylebre))
- WIP: dpop handling [\#10](https://github.com/pdsinterop/php-solid-auth/pull/10) ([ylebre](https://github.com/ylebre))
- Require write on parent for DELETE [\#18](https://github.com/pdsinterop/php-solid-auth/pull/18) (@michielbdejong)
- Fix for origin grants, allow registered clients [\#16](https://github.com/pdsinterop/php-solid-auth/pull/16) (@ylebre)
- replacing codercats jwk converter with web-token to support EC tokens [\#15](https://github.com/pdsinterop/php-solid-auth/pull/15) (@ylebre)
- remove debugging [\#14](https://github.com/pdsinterop/php-solid-auth/pull/14) (@ylebre)
- Set the base url to the url where the acl file was found [\#13](https://github.com/pdsinterop/php-solid-auth/pull/13) (@ylebre)
- add option to check Origin in acl [\#12](https://github.com/pdsinterop/php-solid-auth/pull/12) (@ylebre)
- Adding WAC / Dpop [\#11](https://github.com/pdsinterop/php-solid-auth/pull/11) (@ylebre)
- WIP: dpop handling [\#10](https://github.com/pdsinterop/php-solid-auth/pull/10) (@ylebre)

## [v0.6.1](https://github.com/pdsinterop/php-solid-auth/tree/v0.6.1) (2020-10-19)

[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/0.6...v0.6.1)

**Merged pull requests:**
### Merged pull requests

- Add function to decrypt 'code' for ID token generation [\#9](https://github.com/pdsinterop/php-solid-auth/pull/9) ([ylebre](https://github.com/ylebre))
- Add function to decrypt 'code' for ID token generation [\#9](https://github.com/pdsinterop/php-solid-auth/pull/9) (@ylebre)

## [0.6](https://github.com/pdsinterop/php-solid-auth/tree/0.6) (2020-10-03)

[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/0.5.1...0.6)
[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.6.0...0.6)

## [v0.6.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.6.0) (2020-10-03)

[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/0.5.1...v0.6.0)

**Merged pull requests:**
### Merged pull requests

- added id\_token option for token endpoint response [\#8](https://github.com/pdsinterop/php-solid-auth/pull/8) ([ylebre](https://github.com/ylebre))
- typofix [\#7](https://github.com/pdsinterop/php-solid-auth/pull/7) ([ylebre](https://github.com/ylebre))
- Added token generation code to support id\_token [\#6](https://github.com/pdsinterop/php-solid-auth/pull/6) ([ylebre](https://github.com/ylebre))
- added id\_token option for token endpoint response [\#8](https://github.com/pdsinterop/php-solid-auth/pull/8) (@ylebre)
- typofix [\#7](https://github.com/pdsinterop/php-solid-auth/pull/7) (@ylebre)
- Added token generation code to support id\_token [\#6](https://github.com/pdsinterop/php-solid-auth/pull/6) (@ylebre)

## [0.5.1](https://github.com/pdsinterop/php-solid-auth/tree/0.5.1) (2020-09-21)

Expand All @@ -45,29 +61,29 @@

[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.4.0...v0.5.0)

**Merged pull requests:**
### Merged pull requests

- Change Client config to support Redirect URIs and Name [\#4](https://github.com/pdsinterop/php-solid-auth/pull/4) ([Potherca](https://github.com/Potherca))
- Change Client config to support Redirect URIs and Name [\#4](https://github.com/pdsinterop/php-solid-auth/pull/4) (@Potherca)

## [v0.4.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.4.0) (2020-09-21)

[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.3.0...v0.4.0)

**Merged pull requests:**
### Merged pull requests

- Rename response methods [\#3](https://github.com/pdsinterop/php-solid-auth/pull/3) ([Potherca](https://github.com/Potherca))
- Rename response methods [\#3](https://github.com/pdsinterop/php-solid-auth/pull/3) (@Potherca)

## [v0.3.0](https://github.com/pdsinterop/php-solid-auth/tree/v0.3.0) (2020-09-15)

[Full Changelog](https://github.com/pdsinterop/php-solid-auth/compare/v0.2.1...v0.3.0)

**Closed issues:**
### Closes

- Log in to Slack [\#1](https://github.com/pdsinterop/php-solid-auth/issues/1)

**Merged pull requests:**
### Merged pull requests

- Add JWKs request response. [\#2](https://github.com/pdsinterop/php-solid-auth/pull/2) ([Potherca](https://github.com/Potherca))
- Add JWKs request response. [\#2](https://github.com/pdsinterop/php-solid-auth/pull/2) (@Potherca)

## [v0.2.1](https://github.com/pdsinterop/php-solid-auth/tree/v0.2.1) (2020-09-12)

Expand Down

0 comments on commit d5ae7e9

Please sign in to comment.