Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.19 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.19 KB

auth_server

style: very good analysis License: MIT Powered by Dart Frog

An example application built with dart_frog

About

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.