Releases: patrickbussmann/oauth2-apple
Releases · patrickbussmann/oauth2-apple
lcobucci/jwt ^5.0 and JWT::decode signatures
Thanks to @rvanvelzen for allowing lcobucci/jwt ^5.0 and thanks to @stefanorosanelli for fixing the handling of different JWT::decode signatures.
0.3.0 - 2024-05-18
Added
- Allow lcobucci/jwt ^5.0 #44
Fixed
- Handle different JWT::decode signatures #54
Added "sub" to resource owner array and fixed guzzle logging apple key retrieval
Added method for revoking access and refresh tokens
Added
- Method for revoking access and refresh tokens #37
Fixed bug with serialization of AppleAccessToken
Added
- GitHub Actions CI
Removed
- Travis CI
Fixed
- Fixed bug with serialization of AppleAccessToken #29 (thanks to tjveldhuizen)
Increased library compatibility (PHP 5.6 to 8.0)
- Added Codecov for Code Coverage
- Fixed few compatibility issues with PHP 8 and PHP 5.6 (Read #16 for more details)
Updated few things
Added refresh token compatibility and fixed few bugs
- Replace fproject/php-jwt with firebase/php-jwt (thanks to @adrianbardan)
- Updated firebase/php-jwt version to the correct one (thanks to @deguif)
- Fixed bug with empty $_POST or $_GET requests (but was no real bug in this case) #12
- Added compatibility for refresh tokens #9
Fixed smaller issues with JWKS and undefined array keys
0.2.1 Fixed bug with usage of JSON web key set of apple
Initial release
Now you can use Sign in with Apple in your project