From 80e3fa435f3e54da2bc6a96adf0537ff9c50d5b4 Mon Sep 17 00:00:00 2001 From: areeqakbr Date: Tue, 18 Feb 2025 07:57:06 +0000 Subject: [PATCH] Update config/config.go --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index 2f02bac..0ef42ce 100644 --- a/config/config.go +++ b/config/config.go @@ -18,6 +18,7 @@ type LoginConfig struct { AuthMeAPI string LogoutAPI string } + type TokenConfig struct { PassiveAssetIssuer string JwtSignatureKey []byte