Windmill
{#if scopes == undefined}

User info

{#if passwordError}
{passwordError}
{/if}
{#if login_type == 'password'} {:else if login_type == 'github'} Authentified through Github OAuth2. Cannot set a password. {/if}
{/if}

Tokens

Authentify to the Windmill API with access tokens.
Added token:
Make sure to copy your personal access token now. You won’t be able to see it again!

Add a new token

{#if scopes != undefined} {#each scopes as scope}
{/each} {/if}
prefix label expiration scopes {#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}