From 058e8d4b47909b5cfc17d2f04faf7b43351443c0 Mon Sep 17 00:00:00 2001 From: Chris Tran Date: Thu, 24 Oct 2024 12:01:59 -0500 Subject: [PATCH] chore: removes unnecessary comment --- app.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app.go b/app.go index a1d6d67..f36f7dd 100644 --- a/app.go +++ b/app.go @@ -42,7 +42,6 @@ func New(appID string, config *Config) (*App, error) { client: client, } - // cached set setup taken from https://github.com/lestrrat-go/jwx/blob/8d1d78351e9f259723f9f558889a78e327379683/examples/jwk_cache_example_test.go#L21-L36 app.jwksCache = jwk.NewCache(context.Background()) app.jwksCache.Register(fmt.Sprintf(jwksUrl, appID))