feat: logout by auth strategy + keycloak implementation

This commit is contained in:
NGPixel
2020-09-01 20:01:25 -04:00
parent cda1f1e805
commit 062a0b7979
6 changed files with 87 additions and 11 deletions

View File

@@ -30,5 +30,8 @@ module.exports = {
}
})
)
},
logout (conf) {
return '/'
}
}