Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#644 fixed allowing default provider config for tenants #745

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Adeline09
Copy link

@Adeline09 Adeline09 commented Dec 11, 2023

Description of changes:
In firebase_admin/tenant_mgt.py I created the field allow_default_provider to store the default provider status of user sign-in and linked/updated its value accordingly in multiple functions. In snippets/auth/index.py I set the initial value for allow_default_provider to True on create and False on Update.

Description of tests:
In integration/test_tenant_mgt.py I wrote integration tests for the initial and updated values of allow_default_provider. In tests/test_tenant_mgt.py I wrote multiple tests that toggle the status of allow_default_provider and verify its resulting value in the database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants