googleapis / google-auth-library-python-oauthlib

Apache License 2.0
186 stars 82 forks source link

Support Private Network Access for Chrome #340

Open clundin25 opened 7 months ago

clundin25 commented 7 months ago

Chrome is rolling out a feature that this library needs to support.

The feature ensures that public URL cannot redirect to a private URL without permission. We should be able to support this.

If we don't support this, Chrome users with this feature will see a failure to re-direct to this library's localhost server process.