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%
- 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 |
||
|---|---|---|
| internal | ||
| web | ||
| .env.example | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| Makefile | ||
| SESSION.md | ||