You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be useful if you already have "Sign in with X" implemented in your application, and want to
223
223
authenticate the same user with Firebase.
@@ -285,7 +285,7 @@ If the check fails, a ``RevokedIdToken`` exception will be thrown.
285
285
by setting up Firebase Rules that check for revocation rather than using the Admin SDK to make the check.
286
286
287
287
For more information, please visit
288
-
`Google: Detect ID token revocation in Database Rules <https://firebase.google.com/docs/auth/admin/manage-sessions#detect_id_token_revocation_in_database_rules>`_
288
+
`Google: Detect ID token revocation in Database Rules <https://firebase.google.com/docs/auth/admin/manage-sessions#detect_id_token_revocation_in>`_
289
289
290
290
***************
291
291
Session Cookies
@@ -369,15 +369,15 @@ Parameter Type Description
369
369
370
370
.. note::
371
371
This library uses `lcobucci/jwt <https://github.com/lcobucci/jwt>`_ to work with JSON Web Tokens (JWT).
372
-
You can find the usage instructions at `https://lcobucci-jwt.readthedocs.io/<https://lcobucci-jwt.readthedocs.io/>`_.
372
+
You can find the usage instructions at https://lcobucci-jwt.readthedocs.io/.
373
373
374
374
****************
375
375
Tenant Awareness
376
376
****************
377
377
378
378
.. note::
379
379
Multi-tenancy support requires Google Cloud's Identity Platform (GCIP). To learn more about GCIP,
380
-
including pricing and features, see the `GCIP documentation <https://cloud.google.com/identity-platform?hl=zh-Cn>`_.
380
+
including pricing and features, see the `GCIP documentation <https://cloud.google.com/security/products/identity-platform>`_.
381
381
382
382
Before multi-tenancy can be used on a Google Cloud Identity Platform project, tenants must be allowed on that
0 commit comments