Skip to content

feat: Implement OAuth flow management for Google Drive and SharePoint

zakariae yahya a demandé de fusionner feature/accounts-folders vers develop
  • Added new OAuth endpoints for authorization and status checking in integrations_frontend_api.py.
  • Introduced OAuthState model to manage temporary state tokens for OAuth processes.
  • Created OAuthService to handle OAuth logic, including state management and token exchanges.
  • Updated logging in api_app.py to include file output for better monitoring.
  • Enhanced database initialization script to include OAuthState model.
  • Added Pydantic schemas for OAuth requests and responses in schemas/oauth.py.
  • Updated imports across various modules to integrate new OAuth functionality.

Rapports de requête de fusion