We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ddffda commit 85bd581Copy full SHA for 85bd581
2 files changed
README.md
@@ -100,6 +100,13 @@ Important query parameters:
100
| `size` | `256` | Square image size in pixels. |
101
| `persist` | `false` | Store through configured S3-compatible backend when enabled; uses the stricter storage rate limit. |
102
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
110
### Path Avatar
111
112
```text
0 commit comments