Skip to content

Releases: patrickbussmann/oauth2-apple

lcobucci/jwt ^5.0 and JWT::decode signatures

17 May 22:41
Compare
Choose a tag to compare

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

01 Oct 11:12
Compare
Choose a tag to compare

0.2.10 - 2022-10-01

Added

  • "sub" to Resource Owner->toArray() #38
  • Apple Key retrieval when using Guzzle Logging #39

Added method for revoking access and refresh tokens

09 Jul 15:47
Compare
Choose a tag to compare

Added

  • Method for revoking access and refresh tokens #37

Fixed bug with serialization of AppleAccessToken

25 Aug 19:50
Compare
Choose a tag to compare

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)

17 Jan 22:22
Compare
Choose a tag to compare
  • Added Codecov for Code Coverage
  • Fixed few compatibility issues with PHP 8 and PHP 5.6 (Read #16 for more details)

Updated few things

05 Jan 18:36
Compare
Choose a tag to compare
  • Using guzzle http instead of file_get_contents #14 #17
  • README no scope instruction #15
  • README leeway usage #18
  • Fixed getting first and last name issues #13

Added refresh token compatibility and fixed few bugs

15 Jul 15:18
Compare
Choose a tag to compare
  • 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

13 Feb 02:46
Compare
Choose a tag to compare
0.2.1

Fixed bug with usage of JSON web key set of apple

Initial release

21 Oct 11:52
Compare
Choose a tag to compare

Now you can use Sign in with Apple in your project