Commit e376713
committed
docs(field-types): correct
The field-type gallery said a `password` field is "stored as a one-way
hash" — inaccurate for a generic object, where (per ADR-0100 / this PR) the
value is plaintext at rest but masked to •••••••• on read. One-way hashing
is owned by the auth subsystem and applies only to its identity tables.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QJrKxe1jXGudFT3nUks1yNpassword description to masked-on-read, not hashed1 parent a82ce52 commit e376713
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments