Intent-Code Divergence
Medium
- Confidence
- 94% confidence
- Finding
- The authentication section says a JWT must be saved after registration and even suggests the token is returned by registration, but the documented registration response does not include any token field and says token return is '待实现'. This inconsistency can cause client developers to build insecure fallback behavior such as hardcoding tokens, skipping auth checks during testing, or misunderstanding when authenticated endpoints are actually protected.
