rsnext/examples/with-supabase/components
Jon Meyers c3bf735263
Chore: refactor to use server actions in with-supabase example (#57858)
### What?
[1] Use Server Actions for auth
[2] Use Geist font
[3] Address warning about `metadataBase` in console

### Why?
[1] The co-location of Login page and authentication logic is simpler for beginners
[2] Looks nice
[3] Avoid confusing people with the starter template printing warnings

### How?
[1] Refactor Route Handlers to Server Actions
[2] Install font and set to `html`
[3] Explicitly declare the default value for `metadataBaseUrl`
2023-11-01 14:58:33 +00:00
..
AuthButton.tsx Chore: refactor to use server actions in with-supabase example (#57858) 2023-11-01 14:58:33 +00:00
Code.tsx Fix: catch expected error in with-supabase example (#57378) 2023-10-26 04:37:32 +00:00
ConnectSupabaseSteps.tsx chore: Refactor with-supabase example to use ssr package (#57100) 2023-10-23 23:34:10 +00:00
DeployButton.tsx chore: Refactor with-supabase example to use ssr package (#57100) 2023-10-23 23:34:10 +00:00
Header.tsx chore: Refactor with-supabase example to use ssr package (#57100) 2023-10-23 23:34:10 +00:00
NextLogo.tsx chore: Refactor with-supabase example to use ssr package (#57100) 2023-10-23 23:34:10 +00:00
SignUpUserSteps.tsx Chore: simplify with-supabase example (#57562) 2023-10-31 18:33:55 -05:00
Step.tsx chore: Refactor with-supabase example to use ssr package (#57100) 2023-10-23 23:34:10 +00:00
SupabaseLogo.tsx chore: Refactor with-supabase example to use ssr package (#57100) 2023-10-23 23:34:10 +00:00