types: make pre auth key use bcrypt (#2853)

This commit is contained in:
Kristoffer Dalby 2025-11-12 09:36:36 -06:00 committed by GitHub
parent e3ced80278
commit da9018a0eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 1450 additions and 225 deletions

View file

@ -88,7 +88,7 @@ var listPreAuthKeys = &cobra.Command{
tableData := pterm.TableData{
{
"ID",
"Key",
"Key/Prefix",
"Reusable",
"Ephemeral",
"Used",