[Django]-Why Google-Auth(Google Identity) Blank popup in Django?

3👍

You have to set SECURE_CROSS_ORIGIN_OPENER_POLICY to "same-origin-allow-popups" in settings.py.

Reference: https://github.com/google/google-api-javascript-client/issues/796#issuecomment-1118136612

Leave a comment