{{template "header" .}} {{if .NewKey}}

// key generated

copy it now — it is stored hashed and will not be shown again:

{{.NewKey}}
{{end}}

// api keys

keys grant full API access via X-API-Key or Authorization: Bearer.

{{if not .Keys}}

no keys issued.

{{end}}
{{template "footer" .}}