-
Notifications
You must be signed in to change notification settings - Fork 3
Logout
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.