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.
- Host: GitHub
- URL: https://github.com/michaelheckmann/next-starter
- Owner: michaelheckmann
- Created: 2023-12-14T15:24:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T15:27:18.000Z (over 2 years ago)
- Last Synced: 2025-03-29T06:54:22.979Z (over 1 year ago)
- Topics: iron-session, nextjs13, shadcn-ui
- Language: TypeScript
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.