If you implement Auth0 for login, you may be tempted to skip implementing logout. I started out just with a /logout/
page that cleared my own site's cookies, ignoring the Auth0 side of it. …
Auth0 provides an authentication API which you can use to avoid having to deal with user accounts in your own web application. …