Releases: anzusystems/auth-bundle
Releases · anzusystems/auth-bundle
2.2.0
2.1.0
- Allow to use common-bundle 8.0
2.0.0
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
1.5.1
1.5.0
1.4.0
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
1.2.0
1.1.2
- HttpUtil: Move creating RefreshTokenExistenceCookie to
storeRefreshTokenOnResponse
(@pulzarraider)