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

@@ -462,8 +462,7 @@ export default {
}
},
logout () {
Cookies.remove('jwt')
window.location.assign('/')
window.location.assign('/logout')
},
goHome () {
window.location.assign('/')