parent
eb15bc5e80
commit
8155ffe0ce
2 changed files with 9 additions and 5 deletions
|
@ -59,6 +59,7 @@ async function get_resource(id: string) {
|
|||
{{ keycloak.idTokenParsed?.oidc_provider }}
|
||||
</div>
|
||||
<button @click="accountManagemnt">Account management</button>
|
||||
<button @click="manuallyRefreshAccessToken">Refresh access token</button>
|
||||
<button @click="logout" class="logout">Logout</button>
|
||||
</div>
|
||||
<hr>
|
||||
|
@ -80,9 +81,8 @@ async function get_resource(id: string) {
|
|||
</div>
|
||||
</div>
|
||||
<div v-if="msg" class="msg resource">{{ msg }}</div>
|
||||
<div v-if="settings.tokenSandbox" class="from-keycloak-vue">
|
||||
<div v-if="settings.tokenSandbox" class="token-info">
|
||||
<hr>
|
||||
<button @click="manuallyRefreshAccessToken">Refresh access token</button>
|
||||
<div>
|
||||
<h2>idToken</h2>
|
||||
<div class="token">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue