- 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
2 lines
75 B
SQL
2 lines
75 B
SQL
SELECT email, encrypted_password FROM users WHERE email = 'patrick@mp.ls';
|