- 已装运
- 2025年10月14日 03:52 UTC
- 作者
- snadjafinia
- 提交
- 22a6e80
Critical Change: - This endpoint does NOT call SecurityService - It queries Redis DIRECTLY for OTK validation - Extensive logging added to trace every step New Logging: - Request details (timestamp, URL, method, host) - Content-Type and OTK extraction - Redis client initialization status - Redis key construction - Redis query execution and results - Cookie setting operations - Error conditions This should make it crystal clear that we're using Direct Redis access, NOT calling SecurityService via APIService. If logs still show SecurityService calls, the pod hasn't restarted yet!