An example application built with dart_frog
A backend server built with Dart Frog. The repo currently handles the authentication of new and old users, using an SMS OTP. It uses Supabase for the database, where we manage users using Supabase triggers, this is an advanced technique to create users in your public tables, once a user authenticates and creates a session. The API endpoints are built in a way where only users with an authenticated and active session can perform HTTP requests. We do this by utilizing middleware.