Files
reflector/www/app/lib
Mathieu Virbel 485a263c0d refactor: remove Redis dependencies from frontend authentication
- Replace Redis/Redlock with in-memory cache for token management
- Remove @vercel/kv, ioredis, and redlock dependencies from package.json
- Implement simple lock mechanism for concurrent token refresh prevention
- Use Map-based cache with TTL for token storage
- Maintain same authentication flow without external dependencies

This simplifies the infrastructure requirements and removes the need for
Redis while maintaining the same functionality through in-memory caching.
2025-08-29 17:10:49 -06:00
..
2024-01-12 14:57:41 +01:00
2024-09-24 15:22:43 +02:00
2023-11-22 12:26:40 +01:00
2023-08-18 19:29:02 +07:00
2023-09-25 19:58:41 +02:00
2025-08-20 20:56:45 -04:00
2025-08-13 10:03:38 -04:00
2025-08-20 20:56:45 -04:00