Authenticate to the Windmill API with access tokens.
| prefix |
label |
expiration |
scopes |
|
{#snippet body()}
{#if tokens && tokens.length > 0}
{#each tokens as { token_prefix, expiration, label, scopes }}
| {token_prefix}**** |
{label ?? ''} |
{displayDate(expiration ?? '')} |
{scopes?.join(', ') ?? ''} |
|
{/each}
{:else if tokens && tokens.length === 0}
| There are no tokens yet |
{:else}
| Loading... |
{/if}
{/snippet}
{#if tokens?.length == 100}
{/if}
{#if tokenPage > 1}
{/if}