OAuth 2.0 Google Provider Changelog
- 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_prompt
from default parameters, #90
- Allow for
family_name
to 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