Files
vantage-app/server/internal/services
mrhid6 2685e9ad06 fix: Distinguish caller mistakes from backend failures in CreateAPIToken
createToken's catch-all mapped every unmatched error to 400, so a
database outage reported itself as a malformed client request. Wrap the
genuine validation failures with ErrTokenInvalid and let the handler
answer 500 with a fixed message for everything else.
2026-08-12 14:48:17 +00:00
..
2026-08-10 14:07:17 +01:00
2026-08-07 15:33:50 +01:00
2026-08-12 14:28:10 +00:00
2026-08-07 09:01:46 +01:00