update Keycloak logout & fullLogout

This commit is contained in:
2025-08-28 14:46:51 +07:00
parent 43c0aca0c0
commit 6bb29e35f0
22 changed files with 2171 additions and 291 deletions

No files matched your search

+6 -4
View File
@@ -5,11 +5,13 @@ definePageMeta({
//middleware: ["auth-menu"],
//layout: "auth-menu",
auth: {
unauthenticatedOnly: true,
navigateAuthenticatedTo: '/Sample-Page-login',
},
// auth: {
// unauthenticatedOnly: true,
// navigateAuthenticatedTo: '/Sample-Page-login',
// },
//role: ['admin'],
//auth: "required"
//auth: "guest"
});
</script>
<template>