Skip to content
rleon edited this page Feb 18, 2020 · 1 revision

In order to enable this functionality, follow this steps:

  • add this configurations to your application.json
  "server": {
    "security": {
    ...
    "logout":{
      "enabled":true,
      "endpoint":"/logout.html"
    }
  }

When /logout.html is requested, express session will be destroyed and the default portal or home page will be rendered.

Clone this wiki locally