OAuth 2.0 Google Provider Changelog
- Ensure compatibility with
oauth2-clientversion 3 by @garak
- Remove PHP 7 support by @garak
- Allow
oauth2-clientversion 2 or 3, #140 by @garak
- Added getEmailVerified(), isEmailTrustworthy() to user definition, #132 by @dt-thomas-durand
- Corrected file excludes for dist archive, #120 by @cedric-anne
- Adding return type, #98 by @yozhef
- Add PHP 8.0 support, require PHP 7.3 or newer, #102 by @yozhef
- Correct OAuth endpoint, #94 by @Slamdunk
- Remove the
approval_promptfrom default parameters, #90
- Allow for
family_nameto be undefined in user information, #79 by @majkel89
- Correct conflict handling for prompt option, #69 by @mxdpeep
- Update to latest version of Google OAuth
- Use only OpenID Connect for user details
- Correct handling of selecting from multiple user accounts, #45
- Prevent conflict when using prompt option, #42
- Add "locale" to user details, #60
- Support additional scopes at construction
- Dropped support for Google+ user details, #34 and #63
- Hosted domain validation, #54 by @pradtke
- OpenID Connect support, #48 by @pradtke
- PHP 7.1 support
- Dropped PHP 5.5 support
- Initial release