@newtype-ai/nit-sdk 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ The server acts as an **identity registry** — it stores identity metadata, eva
|
|
|
57
57
|
|-------|------|-------------|
|
|
58
58
|
| `max_identities_per_ip` | `number` | Reject if too many identities from same registration IP |
|
|
59
59
|
| `max_identities_per_machine` | `number` | Reject if too many identities from same machine |
|
|
60
|
-
| `min_age_seconds` | `number` | Reject identities younger than this (
|
|
60
|
+
| `min_age_seconds` | `number` | Reject identities younger than this (e.g., 5) |
|
|
61
61
|
| `max_login_rate_per_hour` | `number` | Reject if login rate is too high |
|
|
62
62
|
|
|
63
63
|
**Returns** `Promise<VerifyResult>`:
|