chore: implement instruction compliance remediation
- Replace Go interface{} with any (Go 1.18+ standard)
- Add database indexes to frequently queried model fields
- Add JSDoc documentation to frontend API client methods
- Remove deprecated docker-compose version keys
- Add concurrency groups to all 25 GitHub Actions workflows
- Add YAML front matter and fix H1→H2 headings in docs
Coverage: Backend 85.5%, Frontend 87.73%
Security: No vulnerabilities detected
Refs: docs/plans/instruction_compliance_spec.md
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
# WebSocket Authentication Security
|
||||
---
|
||||
title: WebSocket Authentication Security
|
||||
description: Security documentation for WebSocket authentication in Charon. HttpOnly cookie implementation and token protection.
|
||||
---
|
||||
|
||||
## Overview
|
||||
## WebSocket Authentication Security
|
||||
|
||||
### Overview
|
||||
|
||||
This document explains the security improvements made to WebSocket authentication in Charon to prevent JWT tokens from being exposed in access logs.
|
||||
|
||||
## Security Issue
|
||||
### Security Issue
|
||||
|
||||
### Before (Insecure)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user