mirror of
https://github.com/coder/coder.git
synced 2026-09-21 12:44:32 +08:00
## Summary Adds a `sanitizeCredentialHint` safety check in the db-to-SDK conversion layer to ensure credential hints are always masked before being exposed in the API. Also adds `credential_kind` and `credential_hint` assertions to the session threads API test.