Closed richardfxr closed 8 months ago
A basic version of Supabase's email and password user authentication has been implemented, which includes the following pages:
/signup
: sign up page/signup/confirm
: email confirmation endpoint/login
: login page/user/[username]
: user profile page
Form a connection to the Supabase backend and implement user authentication.