Logging in and Logging out of the Auth0 Application

Learn how to log in and log out of the application by using the Auth0 API.

In this lesson, we’ll explore Auth0’s login and logout process. The login endpoint in Auth0 is where users enter their credentials to start the authentication process. If the credentials are valid, the server sends back an access token, which can be used to access the protected resources of the application. Conversely, the logout endpoint is used when a user's session is ended by revoking their access token. Both endpoints are part of an application's authentication flow and can be customized using Auth0's APIs and libraries.

Logging in to the Auth0 application

Get hands-on with 1200+ tech skills courses.