Patrick Britton
95be179a38
security: remove development bypass tokens from production code
2026-02-17 00:52:29 -06:00
Patrick Britton
da5984d67c
refactor: rename Go module from github.com/patbritton to gitlab.com/patrickbritton3
...
- Rename module path from github.com/patbritton/sojorn-backend to gitlab.com/patrickbritton3/sojorn/go-backend
- Updated 78 references across 41 files
- Matches new GitLab repository structure
2026-02-16 23:58:39 -06:00
Patrick Britton
96c0348d3a
fix: use string literal for SHA-256 algorithm instead of undefined constant
2026-02-16 23:43:38 -06:00
Patrick Britton
a5f20439bf
fix: correct ALTCHA CreateChallenge API call to use ChallengeOptions struct
2026-02-16 23:42:20 -06:00
Patrick Britton
db0e3dfb59
feat: implement official ALTCHA library for proper challenge generation
...
- Install github.com/altcha-org/altcha-lib-go official library
- Replace custom implementation with official ALTCHA methods
- Use CreateChallenge for proper cryptographic challenges
- Use VerifySolution for proper token verification
- This should fix all ALTCHA verification issues
2026-02-16 23:40:43 -06:00
Patrick Britton
a3fcfe67ab
feat: replace Turnstile with ALTCHA for all authentication
...
- Add ALTCHA service with challenge generation and verification
- Update auth and admin handlers to use ALTCHA tokens
- Replace Turnstile widget with ALTCHA widget in Flutter app
- Update admin frontend to use ALTCHA token
- Add ALTCHA challenge endpoints for both auth and admin
- Maintain development bypass for testing
- Remove Turnstile dependencies from authentication flow
2026-02-16 22:18:29 -06:00
Patrick Britton
1de9997476
feat(auth): Add password reset functionality (backend + app + web) & enhance Turnstile integration
2026-02-16 13:06:00 -06:00
Patrick Britton
e0fd5cea8c
Fix Turnstile verification encoding and admin login diagnostics
2026-02-16 12:22:02 -06:00
Patrick Britton
4fcab45b83
Add Azure OpenAI integration - new service, admin UI, and backend support
2026-02-16 09:25:42 -06:00
Patrick Britton
e3a3157f5a
Add image downloading and base64 conversion for OpenRouter vision models
2026-02-16 09:13:55 -06:00
Patrick Britton
afe34159b5
Add disingenuous political content detection - misleading framing, out-of-context quotes, manipulated imagery
2026-02-16 08:43:09 -06:00
Patrick Britton
db0ec65d60
Make political/medical misinformation detection mandatory for all images with step-by-step analysis
2026-02-16 08:40:48 -06:00
Patrick Britton
a347ac26a3
Enhance image moderation to detect misinformation in text within images
2026-02-16 08:34:34 -06:00
Patrick Britton
434937961c
security: sanitized baseline for public release
2026-02-15 00:33:24 -06:00