nxtgauge-backend-rust/apps/users
Tracewebstudio Dev 63eb27a160 fix(auth): accept both full_name and first_name+last_name for backward compatibility
RegisterPayload now accepts:
- full_name (single field, for old frontend clients)
- first_name + last_name (new format)

Error returned only if none of these are provided.
2026-04-13 19:59:48 +02:00
..
src fix(auth): accept both full_name and first_name+last_name for backward compatibility 2026-04-13 19:59:48 +02:00
Cargo.toml feat(phase1): wire email notifications, shared email crate, AppState for services 2026-04-02 01:42:48 +02:00
Dockerfile fix: add OpenSSL static linking for musl builds 2026-04-09 11:59:57 +02:00