Files
Antje Worring f7a37d27fe auth: rename session-secret env NEXTAUTH_SECRET → NEXT_PRIVATE_AUTH_SECRET
Documenso already replaced the next-auth library with its own Hono-based
auth (packages/auth); the only residual 'NextAuth' was the session-cookie
secret env var name. Rename it to the codebase's NEXT_PRIVATE_* convention.
Identity flows through @hanzo/iam (hanzo.id) via HanzoAuthOptions.
2026-06-21 19:40:24 -07:00
..