SurfSense/surfsense_backend/app
Rohan Verma 459ffd2b78
Merge pull request #784 from CREDO23/sur-137-bug-oauth-tokens-expire-too-quickly-connectors-and-login
[Fixes] Implement refresh token auth, connector token pre-validation, and logout improvements
2026-02-05 10:49:02 -08:00
..
agents feat: add CELERY_TASK_DEFAULT_QUEUE environment variable for task isolation 2026-02-02 13:17:12 -08:00
config Add token lifetime config options 2026-02-05 16:21:02 +02:00
connectors Add access token pre-validation to OAuth connectors 2026-02-05 14:39:50 +02:00
prompts Added chat renaming and auto naming by the active LLM 2026-02-03 20:47:18 -05:00
retriever roadmap(1.3): Update citation prompt to use new whole document structure 2025-12-14 22:07:31 -08:00
routes Merge pull request #784 from CREDO23/sur-137-bug-oauth-tokens-expire-too-quickly-connectors-and-login 2026-02-05 10:49:02 -08:00
schemas Switch refresh token storage from cookies to localStorage 2026-02-05 17:55:21 +02:00
services Merge pull request #782 from CREDO23/sur-107-comment-reply-notifications 2026-02-05 10:48:01 -08:00
tasks Removed excessive logging around chat title generation 2026-02-03 20:59:50 -05:00
utils Switch refresh token storage from cookies to localStorage 2026-02-05 17:55:21 +02:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py Add refresh token auth routes and utilities 2026-02-05 17:29:50 +02:00
celery_app.py Merge pull request #765 from AnishSarkar22/fix/documents 2026-02-02 14:50:18 -08:00
db.py Add RefreshToken model and multi-session refresh token logic 2026-02-05 16:49:37 +02:00
users.py Fix JWT audience validation when creating refresh token 2026-02-05 18:11:33 +02:00