/** * Auth Secrets Scanfixes * * Manages authentication secrets in Ansible Vault: * - JWT_SECRET: auto-generated 256-bit random key * - OAuth keys: prompted from user (Google, Apple) * * Secret names are sourced from @factiii/auth's stack-plugin contract * to avoid hardcoded strings drifting out of sync. */ import type { Fix } from '../../../../types/index.js'; export declare const secretsFixes: Fix[]; //# sourceMappingURL=secrets.d.ts.map