Study-Buddy / auth /refresh_token_store.py

Commit History

refactor: migrate refresh token storage from PostgreSQL table to Redis and remove associated DB schema.
f4b73f4

Hamdy005 commited on

perf: offload Supabase audit writes to background tasks for optimized refresh response times
8743a99

Hamdy005 commited on

refactor: replace standard logging with a centralized loguru configuration and interception handler
954e0aa

Hamdy005 commited on

feat: implement Redis-first refresh token storage with Supabase fallback
93ff956

Hamdy005 commited on

feat: implement stateless JWT-based authentication with refresh tokens stored in HTTPOnly Cookies
ef8e0a7

Hamdy005 commited on