Files
b0esche_cloud/go_cloud/internal
Leon Bösche e9517a5a4d Fix context key type mismatch causing org files 500 error
- Export ContextKey type and context keys from middleware package
- Use exported keys (UserKey, SessionKey, TokenKey, OrgKey) in handlers
- Fixes panic: interface conversion: interface {} is nil, not uuid.UUID
- The middleware was setting context with contextKey type but handlers
  were retrieving with string type, causing nil value lookup failure
2026-01-11 03:30:31 +01:00
..
2025-12-17 22:57:57 +01:00
2026-01-09 18:58:09 +01:00
2025-12-17 22:57:57 +01:00