Files
supabase/examples/nextjs-auth
Jonathan Summers-Muir 442b6614d3 chore: add magic link
• also added labels for Inputs so it's clear what they are in demo
2021-04-28 13:50:09 +08:00
..
2021-04-28 13:50:09 +08:00
2021-04-27 22:49:16 +08:00
2021-04-27 22:49:16 +08:00
2021-04-27 22:49:16 +08:00
2021-04-27 22:49:16 +08:00
2021-04-27 22:49:16 +08:00
2021-04-27 22:49:16 +08:00
2021-04-27 22:49:16 +08:00
2021-04-27 22:49:16 +08:00
2021-04-27 22:49:16 +08:00
2021-04-27 22:49:16 +08:00

Example: Supabase authentication client- and server-side (API routes), and SSR with auth cookie.

This example shows how to use Supabase auth both on the client and server in both API routes and when using server side rendering (SSR).

This example is the same as nextjs-with-supabase-auth however it does not use the @supabase/ui Auth component.