SurfSense/surfsense_backend/app
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
..
agents feat: fix Circleback connector and update related enums 2025-12-30 12:13:18 -08:00
config feat: add Linear OAuth integration and connector routes 2026-01-02 21:24:28 +05:30
connectors feat: implement token encryption and state management for OAuth connectors 2026-01-02 23:46:03 +05:30
prompts feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
retriever roadmap(1.3): Update citation prompt to use new whole document structure 2025-12-14 22:07:31 -08:00
routes feat: implement token encryption and state management for OAuth connectors 2026-01-02 23:46:03 +05:30
schemas chore: linting 2026-01-01 22:56:37 -08:00
services chore: linting 2026-01-01 22:56:37 -08:00
tasks feat: implement token encryption and state management for OAuth connectors 2026-01-02 23:46:03 +05:30
utils feat: implement token encryption and state management for OAuth connectors 2026-01-02 23:46:03 +05:30
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py feat: implement redirect-based OAuth authorization for Google login 2026-01-02 00:25:02 -08:00
celery_app.py feat: Implement document saving with reindexing 2025-11-30 04:08:12 +05:30
db.py feat: added circleback connector 2025-12-30 09:00:59 -08:00
users.py fix: docker backend entrpoint issues 2025-10-28 23:35:53 -07:00