Skip to content

Commit eef50c7

Browse files
committed
docs(readme): clarify time-bound and shorten doc links ✌️
- Clarify time-bound expiry as automatic and predictable - Shorten USAGE.md and USECASE.md link descriptions
1 parent 19b74ef commit eef50c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Anonymous ID: request, decode, verify time-bound. No server, no storage.
1515
- **Trustless** — No server or DB; key from a shared identifier (`connectorId`) both sides agree on.
1616
- **Connector-bound** — Same `connectorId` = same pair; others can’t `decode` or `verify`.
1717
- **Request, decode, verify**`request``decode` to `codeId``verify` with user input (number or digits).
18-
- **Time-bound** — Payloads expire in 1–60 seconds (configurable).
18+
- **Time-bound** — Payloads expire automatically and predictably in 1–60 seconds (configurable).
1919
- **Session ID**`hashId` can be one-time per session (default) or stable per user for repeated identity proof.
2020

2121
## Installation
@@ -74,8 +74,8 @@ if (codeId !== null) {
7474

7575
## Documentation
7676

77-
- **[USAGE.md](USAGE.md)** — Full API, flow, and type reference; how to use the library end-to-end and every method and type.
78-
- **[USECASE.md](USECASE.md)** — Use cases and scenarios to clarify flow and architecture (actors, channels, secure vs leak conditions).
77+
- **[USAGE.md](USAGE.md)** — Full API, flow, and type reference; how to use the library end-to-end and every method.
78+
- **[USECASE.md](USECASE.md)** — Use cases to clarify flow and architecture (actors, channels, secure vs leak conditions).
7979

8080
## Build & Test
8181

0 commit comments

Comments
 (0)