uselesskey-core-token 0.3.0

Deterministic token-shape generation helpers shared by uselesskey fixture crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# uselesskey-core-token

Deterministic token-shape generation helpers for `uselesskey` fixture crates.

## Purpose

- Generate realistic API key, bearer token, and OAuth access-token shapes.
- Keep token formatting logic independent from factory/cache wiring.
- Provide stable helper APIs that adapter crates can reuse.

This microcrate only models token **shape**; it does not sign or validate tokens.