Fundamentos
Next.js El futuro del Desarrollo Web
Novedades de Next.js 15
Migración de una APP a Next.js 15
Haciendo tu proyecto más rápido
RSC: Refactorizando un componente cliente a servidor
Cómo usar React Server Components con PostgreSQL sin un ORM
Consumiendo datos de manera eficiente
Consumiendo datos desde el servidor en Next.js 15
Consumiendo datos desde el cliente con React Query en Next.js 15
Patrones de Diseño: paralelo, secuencial y preload en Next.js 15
Uso avanzado de Suspense con Streaming rendering en Next.js 15
Escalabilidad y personalización
Internacionalización avanzada: rutas dinamicas y middlewares
Internacionalización avanzada: diccionario de traducciones
Autenticación: Middleware en Next.js para validar sesiones
Autenticación: Cookie sessions Next.js
Feature Flags LaunchDarkly en Next.js 15
Manejo de errores en React Server Components y Next.js
Manejo de errores y observavilidad: Integración con Sentry
Características Adicionales y Herramientas
Sistemas de caché en Next.js 15
Seguridad y buenas prácticas con Next.js
Seguridad y buenas prácticas: cookies, jwt y encriptación
Auditoria de performance en Next.js 15
Despliegue en Producción con Vercel
Despliegue en Fly.io: Preparación de Base de Datos
Despliegue en Fly.io: Despliegar Next.js en nuestro propio servidor
Next.js 15 el futuro del Desarrollo Web
You don't have access to this class
Keep learning! Join and start boosting your career
Next.js offers powerful functionalities to optimize the security of our applications, but it is essential that as developers we adopt additional practices to ensure a secure experience. In this context, the management of HTTP cookies, sessions and encryption becomes essential to avoid vulnerabilities that can compromise our information and that of our users.
true
prevents JavaScript from accessing cookies, protecting them from code injection attacks or malicious extensions.Strict
restricts the use of cookies exclusively to our domain, eliminating risks with third parties.These settings must be implemented when creating the cookie to ensure its security.
This ensures that even if the cookie is stolen, its contents will not be useful to an attacker.
Jose
library:By following these recommendations, our applications will be more robust against possible attacks and will offer a more reliable experience to users.
Contributions 2
Questions 0
Want to see more contributions, questions and answers from the community?