An “anti-social network”: a Go web app built to get people off the screen and meeting in person — conversations are capped so they move offline. JWT auth, hardened HTTP, self-hosted assets.
  • Go 47.9%
  • HTML 27.2%
  • CSS 23.4%
  • JavaScript 1.3%
  • Makefile 0.2%
Find a file
gabrix73 1ccca6f77e Wire email verification sending over SMTP
- service/email: authenticated SMTP submission with mandatory STARTTLS + TLS 1.3,
  plain-text message, 10s dial timeout
- on registration, generate a verification token and send the link in the
  background (slow SMTP never blocks signup); in dev, or when SMTP is not fully
  configured, log the link to the console instead
- profile shows a localized 'check your inbox' notice after signup
- i18n: email subject/intro/outro + notice in en/fr/it; add .alert-info style
2026-06-15 01:01:44 +02:00
internal Wire email verification sending over SMTP 2026-06-15 01:01:44 +02:00
web Wire email verification sending over SMTP 2026-06-15 01:01:44 +02:00
.env.example Wire email verification sending over SMTP 2026-06-15 01:01:44 +02:00
.gitignore Initial commit: Social anti-social network MVP 2026-06-15 00:14:00 +02:00
go.mod Initial commit: Social anti-social network MVP 2026-06-15 00:14:00 +02:00
go.sum Initial commit: Social anti-social network MVP 2026-06-15 00:14:00 +02:00
main.go Wire email verification sending over SMTP 2026-06-15 01:01:44 +02:00
Makefile Initial commit: Social anti-social network MVP 2026-06-15 00:14:00 +02:00
SESSION.md Initial commit: Social anti-social network MVP 2026-06-15 00:14:00 +02:00