Hi, can you consider to customize the jwks path ('.well-known/jwks.json') in Auth0.php?
$jwks = $jwksFetcher->getKeys($idTokenIss.'.well-known/jwks.json');
I'd like to use this library in a our internal project, but our service use a different jwks_uri
Thank you