Logout #16
Closed
lab08Pavel
started this conversation in
General
Logout
#16
Replies: 1 comment
-
Use the <script setup>
import { useKeycloak } from '@josempgon/vue-keycloak';
const { keycloak } = useKeycloak();
</script>
<template>
<button @click="keycloak.logout">Logout</button>
</template> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an easy way to logout, once I'm in my account?
Beta Was this translation helpful? Give feedback.
All reactions