Logout a specific user

auth0 logout request doesn’t have user related data. I used facebook login to sign in even after log out I can sign In without typing the facebook username and password

![alt text][1]

While implementing the logout functionality, there are typically three layers of sessions that need to be considered:

  1. Application Session
  2. Auth0 session
  3. Identity Provider session
    More information about the same at the link below:
    Logout

In the layer of the Identity Provider, for example Facebook or Google, when you allow users to sign in with any of these providers, and they are already signed into the provider, they will not be prompted to sign in. They may simply be required to give permissions to share their information with Auth0 and in turn your application.

The link below gives information on the additional requirements when triggering a logout for Facebook users: