Comparing v5.0.1...v5.0.2 · firebase/firebase-admin-python
Commits on Jul 12, 2021
-
1 Configuration menu
Commits on Aug 4, 2021
-
fix(auth): check if user disabled on check_revoked (#565)
* fix(auth): check if user disabled on check_revoked When `verify_session_cookie` or `verify_id_token` is called with `check_revoked` set to `True` we should also check if the user is disabled. If disabled the `UserDisabledError` is raised.