parent
88423b26dd
commit
532c2f1f6f
3 changed files with 2 additions and 2 deletions
|
@ -176,6 +176,7 @@ hr {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: none;
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.token {
|
.token {
|
||||||
|
|
|
@ -120,7 +120,7 @@ async function get_resource(evt: MouseEvent) {
|
||||||
<div v-if="settings.tokenSandbox" class="token-info">
|
<div v-if="settings.tokenSandbox" class="token-info">
|
||||||
<hr>
|
<hr>
|
||||||
<div>
|
<div>
|
||||||
<h2>idToken</h2>
|
<h2>id token</h2>
|
||||||
<div class="token">
|
<div class="token">
|
||||||
<div v-for="(value, key) in keycloak.idTokenParsed">
|
<div v-for="(value, key) in keycloak.idTokenParsed">
|
||||||
<div class="key">{{ key }}</div>
|
<div class="key">{{ key }}</div>
|
||||||
|
|
|
@ -15,7 +15,6 @@ interface Settings {
|
||||||
tokenSandbox: boolean
|
tokenSandbox: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
export let settings: Settings
|
export let settings: Settings
|
||||||
export let authServer: AxiosInstance
|
export let authServer: AxiosInstance
|
||||||
export let resourceServer: AxiosInstance
|
export let resourceServer: AxiosInstance
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue