Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
bohanyang committed Sep 1, 2023
1 parent 18f0b6f commit 92bf7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mango/Jose/CachedJWKSLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CachedJWKSLoader implements JWKSLoader
public function __construct(
private JKUFactory $jkuFactory,
private CacheInterface $cache,
#[Autowire('%env(SL_JOSE_BRIDGE_JWKS_URI)%')]
#[Autowire('%env(OIDC_JWKS_URI)%')]
private string $url,
private array $header = [],
private int|DateInterval|null $expiresAfter = 120,
Expand Down

0 comments on commit 92bf7b5

Please sign in to comment.