You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Prefix `ak` (for "Api Key"), to identify the key type (useful to indicate that it is an API key).
168
+
- Prefix `ak_v1` (for "Api Key v1"), to identify both the key type and the format version — allowing future algorithm migrations without breaking existing keys (e.g. `ak_v2-…` for a future format).
165
169
- 16 first characters are the identifier (UUIDv4 without dashes)
166
170
- 64 last characters are the secret (random alphanumeric string)
- Prefix `ak` (for "Api Key"), to identify the key type (useful to indicate that it is an API key).
63
+
- Prefix `ak_v1` (for "Api Key v1"), to identify both the key type and the format version — allowing future algorithm migrations without breaking existing keys (e.g. `ak_v2-…` for a future format).
60
64
- 16 first characters are the identifier (UUIDv4 without dashes)
61
65
- 64 last characters are the secret (random alphanumeric string)
0 commit comments