SurfSense/surfsense_backend/app/tasks
Anish Sarkar 45489423d1 feat: implement token encryption and state management for OAuth connectors
- Added encryption for sensitive tokens (access token, refresh token, client secret) in Google Calendar, Google Drive, Gmail, Linear, and Notion connectors to enhance security.
- Introduced OAuthStateManager for secure state parameter generation and validation, improving the integrity of OAuth flows.
- Updated callback routes to handle state validation and error management, ensuring robust handling of authorization processes.
- Enhanced indexers to support decryption of tokens for backward compatibility, maintaining functionality with existing encrypted credentials.
- Improved validation for date parameters in connector routes to ensure proper input handling.
2026-01-02 23:46:03 +05:30
..
celery_tasks feat: add file selection to Google Drive connector 2025-12-31 14:15:07 +02:00
chat refactor: disable write_todos functionality across chat and UI components 2026-01-02 18:22:38 +05:30
connector_indexers feat: implement token encryption and state management for OAuth connectors 2026-01-02 23:46:03 +05:30
document_processors feat: added circleback connector 2025-12-30 09:00:59 -08:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00