sojorn/go-backend/internal/database
Patrick Britton 4eebd27e69 feat: implement Cloudflare Turnstile, terms acceptance, and email preferences
- Add Cloudflare Turnstile verification to registration flow
- Require terms of service and privacy policy acceptance
- Add email newsletter and contact preference options
- Update User model with email preference fields
- Create database migration for email preferences
- Add Turnstile service with Cloudflare API integration
- Update registration request structure with new required fields
- Add Turnstile secret key configuration
- Include development bypass for testing

Registration now requires:
- Turnstile token verification
- Terms of service acceptance
- Privacy policy acceptance
- Optional email newsletter/contact preferences
2026-02-05 08:59:05 -06:00
..
migrations feat: implement Cloudflare Turnstile, terms acceptance, and email preferences 2026-02-05 08:59:05 -06:00
connection.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
interfaces.go Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
schema.sql Fix UUID casting issues in post, notification, and category repositories 2026-01-31 13:55:59 -06:00