remove asymmetric key from logs
This commit is contained in:
parent
e58bc93505
commit
eeab4c25cb
@ -104,8 +104,6 @@ func New(name, version, envDirectory string) *App {
|
|||||||
ak = paseto.NewV4AsymmetricSecretKey()
|
ak = paseto.NewV4AsymmetricSecretKey()
|
||||||
}
|
}
|
||||||
|
|
||||||
slog.Info("asymmetric key", "key", ak.ExportHex())
|
|
||||||
|
|
||||||
pk := ak.Public()
|
pk := ak.Public()
|
||||||
|
|
||||||
duration := os.Getenv("DURATION")
|
duration := os.Getenv("DURATION")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user