imc-vibe/backend
Christoph Haas 16b6d9df60 Fix email local part validation per RFC 5321
- Remove dots from character class (handled separately)
- Check username doesn't start/end with dot
- Check for no consecutive dots (..)
- Valid chars: a-zA-Z0-9!#$%&'*+-/=?^_`{|}~-
2026-03-23 00:16:15 +01:00
..
cmd/server Switch from net/http to gin-gonic web framework 2026-03-22 23:28:28 +01:00
internal Fix email local part validation per RFC 5321 2026-03-23 00:16:15 +01:00
.env Add CLI flags for setup and server configuration 2026-03-22 01:17:43 +01:00
.env.example first 2026-03-21 22:41:23 +01:00
go.mod Switch from net/http to gin-gonic web framework 2026-03-22 23:28:28 +01:00
go.sum Switch from net/http to gin-gonic web framework 2026-03-22 23:28:28 +01:00