zquestz / omniauth-google-oauth2

Oauth2 strategy for Google
1.45k stars 413 forks source link

Add support for enable_granular_consent option #455

Closed BastienL closed 5 months ago

BastienL commented 5 months ago

Starting June 17, 2024, Google will enable granular consent, which allows OAuth users to grant or deny Google account data permissions on a more granular level to third parties.

To enable this feature right now, the enable_granular_consent parameter must be passed.

This PR adds support for this parameter.

BastienL commented 5 months ago

Thank you for the quick merge @zquestz. Do you plan to make a new release on https://rubygems.org/gems/omniauth-google-oauth2?

zquestz commented 5 months ago

Will do soon, probably tomorrow. =)

zquestz commented 5 months ago

And it's out!

BastienL commented 5 months ago

That was fast! Thanks.