Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 458 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 458 Bytes

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.