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