https://github.com/badiniibrahim/next-auth-magic-link-github-supabase
Authenticate your users with Prisma, Supabase, NextAuth, and TypeScript
https://github.com/badiniibrahim/next-auth-magic-link-github-supabase
hooks nextjs postgresql prisma react resend shadcn-ui supbase
Last synced: 2 months ago
JSON representation
Authenticate your users with Prisma, Supabase, NextAuth, and TypeScript
- Host: GitHub
- URL: https://github.com/badiniibrahim/next-auth-magic-link-github-supabase
- Owner: badiniibrahim
- Created: 2023-12-20T17:16:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T21:57:28.000Z (over 2 years ago)
- Last Synced: 2025-09-10T00:17:22.100Z (9 months ago)
- Topics: hooks, nextjs, postgresql, prisma, react, resend, shadcn-ui, supbase
- Language: TypeScript
- Homepage:
- Size: 139 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Building a authenticate app with Prisma, Supabase, NextAuth, and TypeScript
Authenticate your users with Prisma, Supabase, NextAuth, and TypeScript
## About this Repository





🛰️ 🌐 🗄 📡 Technologies
Next
React
Tailwind
Postgresql
Supabase
Shadcn ui
Resend
🔐 Setup .env file
DATABASE_URL
GITHUB_ID
GITHUB_SECRET
EMAIL_SERVER_USER
EMAIL_SERVER_PASSWORD
EMAIL_SERVER_HOST
EMAIL_SERVER_PORT
EMAIL_FROM
NEXTAUTH_SECRET
## :running: Run Locally
Clone the project
```bash
git https://github.com/badiniibrahim/next-auth-magic-link-github-supabase.git
```
Install dependencies
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
```bash
yarn install
```
## Getting Started
Start the server
First, run the development server:
```bash
yarn run dev
```
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
### :triangular_flag_on_post: Deployment
To deploy this project run
##### Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
# Screenshot
