Skip to content

Releases: anzusystems/auth-bundle

2.2.0

03 Oct 07:10
4e52abe
Compare
Choose a tag to compare

Allow to fetch user info by user email from sso.

2.1.0

29 May 10:45
9c55a50
Compare
Choose a tag to compare
  • Allow to use common-bundle 8.0

2.0.0

14 May 07:02
98c9ac5
Compare
Choose a tag to compare

What's Changed

  • Update to common-bundle 7.0 (with anzusystems/serializer-bundle 4.0) by @pulzarraider in #17

Read the UPGRADE.md if you want to update to this version.

Full Changelog: 1.6.0...2.0.0

1.6.0

21 Mar 09:18
63a52a1
Compare
Choose a tag to compare
  • Allow anzusystems/common-bundle v6

1.5.1

22 Jan 11:34
7b078ad
Compare
Choose a tag to compare
  • Add support for anzusystems/common-bundle ^5.0

1.5.0

03 Jan 09:34
8ddc71f
Compare
Choose a tag to compare
  • Add support for common-bundle ^4.0.
  • Upgrade PHP to 8.3
  • Upgrade Psalm to ^5.0

1.4.0

12 Sep 12:42
50bea95
Compare
Choose a tag to compare

Changes/Added:

  • allow to specify empty domain for cookies to create the cookies for just one current domain,
  • authenticate user by e-mail address instead of SSO ID,
  • accept opaque access tokens that are not jwt (for Google oAuth),
  • store access token after first request fetched by code,
  • allow to specify scope delimiter (some oAuth servers prefer space instead of comma),
  • add test for DI configuration.

Possible BC break:

added method findOneBySsoEmail in src/Contracts/OAuth2AuthUserRepositoryInterface.php

credit for all @pulzarraider

1.3.0

10 Aug 10:52
4094053
Compare
Choose a tag to compare
  • Allow anzusystems/common-bundle v3

1.2.0

25 Jul 13:07
280bb99
Compare
Choose a tag to compare

1.1.2

24 Jul 12:10
2762416
Compare
Choose a tag to compare
  • HttpUtil: Move creating RefreshTokenExistenceCookie to storeRefreshTokenOnResponse (@pulzarraider)