()
| 20 | join(serverControlDir(dataDir), "auth.json"); |
| 21 | |
| 22 | const mintToken = (): string => randomBytes(32).toString("base64url"); |
| 23 | |
| 24 | const readToken = (path: string): string | null => { |
| 25 | // oxlint-disable-next-line executor/no-try-catch-or-throw -- boundary: optional on-disk secret may be absent or malformed |
no test coverage detected