Skip to content

Releases: logto-io/php

v0.3.1

24 Feb 03:22
2649867

Choose a tag to compare

What's Changed

  • chore: bump phpunit to fix GHSA-vvj3-c3rp-c85p (#24)
  • chore(deps): upgrade firebase/php-jwt to ^7.0 to fix security advisory (#28)

Security

  • Fixed a runtime dependency vulnerability by upgrading firebase/php-jwt from < 7.0.0 to ^7.0 (resolved with v7.0.2 in lockfile).
  • Addresses:
  • Also includes a dev dependency security maintenance update related to PHPUnit ecosystem (GHSA-vvj3-c3rp-c85p).

Dependency Updates

  • Runtime: firebase/php-jwt -> ^7.0 (v7.0.2 in composer.lock)
  • Dev/test dependencies refreshed in composer.lock

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Feb 21:44
cdb25fb

Choose a tag to compare

What's Changed

  • feat: support first_screen, extra_params and direct_sign_in params by @darcyYe in #13

Full Changelog: v0.2.1...v0.3.0

v0.2.1

27 Apr 11:00
bfbfe74

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

29 Nov 14:29
c7cf241

Choose a tag to compare

What's Changed

  • refactor: use url-safe encode from Firebase/JWT by @gao-sun in #4
  • fix: use correct model dump method in tutorial by @gao-sun in #5
  • feat: support organizations by @gao-sun in #6

Full Changelog: v0.1.0...v0.2.0