api/app/routers
Yoga Pangestu 08cc2bebbe Add Google login functionality and update requirements
- Implement Google login endpoint with credential verification
- Add GoogleLoginRequest schema for handling login requests
- Update Settings class to include GOOGLE_CLIENT_ID
- Add google-auth package to requirements
2026-07-22 16:50:11 +07:00
..
__init__.py Implement subscription, tenant, and user services with CRUD operations and associated tests 2026-07-17 23:36:31 +07:00
auth.py Add Google login functionality and update requirements 2026-07-22 16:50:11 +07:00
business_types.py Implement subscription, tenant, and user services with CRUD operations and associated tests 2026-07-17 23:36:31 +07:00
plans.py Implement subscription, tenant, and user services with CRUD operations and associated tests 2026-07-17 23:36:31 +07:00
subscriptions.py Implement subscription, tenant, and user services with CRUD operations and associated tests 2026-07-17 23:36:31 +07:00
tenants.py Implement subscription, tenant, and user services with CRUD operations and associated tests 2026-07-17 23:36:31 +07:00
users.py Implement subscription, tenant, and user services with CRUD operations and associated tests 2026-07-17 23:36:31 +07:00