SurfSense/surfsense_backend/app/services/linear
Anish Sarkar 7ba5e9c662 feat: implement re-authentication flow for connectors and enhance auth expiration handling
- Added a mechanism to mark connectors as 'auth_expired' in the database, allowing the frontend to prompt users for re-authentication.
- Updated Linear and Notion connector routes to handle token refresh failures by invoking the new expiration flagging function.
- Enhanced UI components to display re-authentication options when a connector's authentication status is expired.
2026-03-19 01:20:48 +05:30
..
__init__.py feat(linear): add LinearKBSyncService and services __init__ 2026-02-18 17:51:53 +02:00
kb_sync_service.py refactor: update safe_set_chunks function to be asynchronous and modify all connector and document processor files to use the new async implementation 2026-03-15 00:44:27 -07:00
tool_metadata_service.py feat: implement re-authentication flow for connectors and enhance auth expiration handling 2026-03-19 01:20:48 +05:30