{{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. generate ▸ {{if not .Keys}}no keys issued.{{end}} {{range .Keys}} {{.Name}} created {{dateFmt .CreatedAt}} {{if .LastUsed.Valid}}last used {{dateFmt .LastUsed.String}}{{else}}never used{{end}} revoke ✕ {{end}} {{template "footer" .}}
copy it now — it is stored hashed and will not be shown again:
{{.NewKey}}
keys grant full API access via X-API-Key or Authorization: Bearer.
X-API-Key
Authorization: Bearer
no keys issued.