Skip to main content

Authentication

Marblism supports:

  • Email/password
  • Magic email
  • Any social login like Login With Google/Facebook/Github/...

All pages under src/app/(authenticated) requires the user to be authenticated, all pages under src/app/(non-authenticated) are public.

To enable social login, check out this tutorial.