dokploy/apps/dokploy/lib
tanaymishra f577778667 fix: validate API key name length to prevent opaque 500
API key names longer than 32 characters were rejected by better-auth
with a 400 that surfaced as an opaque INTERNAL_SERVER_ERROR (the generic
"Failed to generate API key" toast). Add a shared name schema (min 1,
max 32, matching better-auth's default maximumNameLength) used by both
the tRPC input and the client form, and surface the limit on the Name
field so users see it before submitting.

Fixes #4798
2026-07-12 18:15:05 +05:30
..
api-keys.ts fix: validate API key name length to prevent opaque 500 2026-07-12 18:15:05 +05:30
auth-client.ts stlye: format and lint 2026-03-30 09:34:27 +11:00
avatar-utils.ts [autofix.ci] apply automated fixes 2026-01-04 17:01:40 +00:00
bundled-icons.ts [autofix.ci] apply automated fixes 2026-04-05 02:29:17 +00:00
password-utils.ts [autofix.ci] apply automated fixes 2026-01-12 15:06:20 +00:00
slug.ts Refactor appName generation in dashboard components 2025-05-04 20:14:49 -06:00
utils.ts Feat/tailwind v4 shadcn update (#4706) 2026-06-30 15:45:23 -06:00