Skip to content

Commit

Permalink
chore: removes unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 committed Oct 24, 2024
1 parent 6568b3f commit 058e8d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 058e8d4

Please sign in to comment.