()
| 34 | join(serverControlDir(dataDir), "auth.json"); |
| 35 | |
| 36 | const mintToken = (): string => randomBytes(32).toString("base64url"); |
| 37 | |
| 38 | const readToken = (path: string): string | null => { |
| 39 | // oxlint-disable-next-line executor/no-try-catch-or-throw -- boundary: reading an optional on-disk secret file that may be absent or malformed |
no test coverage detected