Skip to content

Next 13 starter with magic link auth.

Notifications You must be signed in to change notification settings

michaelheckmann/next-starter

Repository files navigation

Next Starter

A simple Next.js 13 starter created from shadcn/next-template. It includes shadcn/ui, Tailwind CSS, Typescript, stateless Magic Link authentication, and more.

The authentication is handeled trough Iron Session and does not require a database. It sends a magic link to the user's email address. The link contains a token that is used to authenticate the user.