Skip to content

Commit

Permalink
Increase TTL for WKS cache (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhelmer authored Jun 12, 2024
1 parent 5ce6386 commit 98f2e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GsvAuth0Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public function __construct(?string $domain, ?string $audience)
domain: $domain,
audience: [$audience],
tokenCache: resolve('cache.psr6'),
tokenCacheTtl: 3600,
clientId: 'dummy', // Don't need a real value as we only validate jwt's
clientSecret: 'dummy', // Don't need a real value as we only validate jwt's
cookieSecret: 'dummy', // Don't need a real value as we only validate jwt's
Expand Down

0 comments on commit 98f2e79

Please sign in to comment.