suna/backend/auth
sharath 79a056be60
feat(auth): add environment-based phone verification requirement
- Introduced a new function to determine if phone verification is mandatory based on an environment variable.
- Updated the logic in the authentication assurance level check to reflect the new phone verification requirement for new users.
- Enhanced logging to provide clearer insights into phone verification status during authentication checks.

This update improves the flexibility of phone verification requirements based on deployment configurations.
2025-07-20 17:01:13 +00:00
..
__init__.py feat(2fa): implement phone verification feature with MFA support 2025-07-19 15:14:55 +00:00
phone_verification_supabase_mfa.py feat(auth): add environment-based phone verification requirement 2025-07-20 17:01:13 +00:00