Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Logout Functionality | Authentication
Next.js 14
course content

Contenido del Curso

Next.js 14

Next.js 14

1. Introduction
2. Basic Concepts
3. Pages and Layouts
4. Deployment and Database
5. Working with Data
6. Advanced Features
7. Authentication

bookLogout Functionality

The final feature we need to develop is logging out.

Back to the Project

To implement the logout feature within the <SideNav /> component, invoke the signOut function from auth.ts within your <form> element:

Test it using the following credentials:

  • mail: user@mail.com;
  • password: 123456.

In Practice

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 7. Capítulo 8
some-alt