You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/blog/next/como-hacer-login-nextjs-y-supabase.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@ title: '➡️Como Implementar Autenticación con Next.js y Supabase en Vercel:
3
3
date: '2025-03-15'
4
4
tags: ['nextjs', 'autenticacion', 'supabase']
5
5
draft: false
6
-
summary: 'Aprende a implementar un sistema de autenticación seguro en Next.js utilizando NextAuth.js. Sigue esta guía paso a paso para integrar login con proveedores como Google, GitHub y más.'
6
+
summary: 'Aprende a implementar un sistema de autenticación seguro en Next.js con Supabase, NextAuth y Drizzle.*
7
+
8
+
Si quieres que resalte algún otro detalle, dime y lo ajustamos. 🚀'
7
9
authors: ['default']
8
10
---
9
11
En este artículo, te enseñaré cómo implementar autenticación en **Next.js** utilizando **Supabase**. Usaremos **Supabase desde Vercel** y nos conectaremos a nuestra base de datos con **Drizzle ORM** y **NextAuth.js**.
0 commit comments