This commit is contained in:
Bartal Læarsson
2026-06-25 12:42:23 +01:00
parent d97576f41c
commit aa3ef18f1a
6 changed files with 1 additions and 35 deletions
-2
View File
@@ -14,8 +14,6 @@ const (
DefaultDatasetSize = 546
)
// ApiKey mirrors the original API's JWT utility style: utils.GenerateToken and
// utils.VerifyToken read the signing secret from config.
var ApiKey = DefaultJWTSecret
type Config struct {