An open API service indexing awesome lists of open source software.

https://github.com/michaelheckmann/next-starter

Next 13 starter with magic link auth.
https://github.com/michaelheckmann/next-starter

iron-session nextjs13 shadcn-ui

Last synced: over 1 year ago
JSON representation

Next 13 starter with magic link auth.

Awesome Lists containing this project

README

          

# Next Starter

A simple Next.js 13 starter created from [shadcn/next-template](https://github.com/shadcn/next-template). It includes shadcn/ui, Tailwind CSS, Typescript, stateless Magic Link authentication, and more.

The authentication is handeled trough [Iron Session](https://github.com/vvo/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.