
Build a simple auth app with Supabase
Build a login / register / logout flow using React and Supabase. Users should be able to create a new account with email and password. Once an account is created, they can use it to login and they can view a dummy "Dashboard" page. For the backend, create a simple ...