Security
Security
TodoTrail uses account-based access and database policies intended to keep each user's route data private.
Account security
TodoTrail uses Supabase Auth for email/password and Google sign-in. Authentication cookies are handled server-side in the Next.js application so that protected pages and APIs can verify the current user before returning private route data.