Skip to content

Commit 85bd581

Browse files
committed
Harden API security controls for 1.0.2
1 parent 9ddffda commit 85bd581

2 files changed

Lines changed: 264 additions & 30 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ Important query parameters:
100100
| `size` | `256` | Square image size in pixels. |
101101
| `persist` | `false` | Store through configured S3-compatible backend when enabled; uses the stricter storage rate limit. |
102102

103+
Use a stable one-way hash instead of raw personal data when identities come from
104+
emails or user records:
105+
106+
```bash
107+
printf '%s' 'user@example.com' | sha256sum | cut -d' ' -f1
108+
```
109+
103110
### Path Avatar
104111

105112
```text

0 commit comments

Comments
 (0)