Simple application showing authentication flow and session management using react Remix and Supabase
This application shows how to create a user and authenticate in Remix using Supabase as the backend. We show how Actions and Loaders work to manage working with the server for data and make API calls. Most of the heavy lifting is managed by using the Remix Session APIs which help to manage the Supabase Session.
Remix is a full-stack web framework that lets you focus on the user interface and work back through web fundamentals to deliver a fast, slick, and resilient user experience.
- Source Code: github.com/aaronksaunders/supabase-remix-auth
ย