MathiasHaudgaard commented on a change in pull request #11794:
URL: https://github.com/apache/pulsar/pull/11794#discussion_r699037733



##########
File path: pulsar-broker-common/pom.xml
##########
@@ -65,6 +65,25 @@
       <artifactId>jjwt-impl</artifactId>
     </dependency>
 
+    <dependency>

Review comment:
       > The two `auth0` libraries were likely chosen because they have support 
for retrieving and deserializing `JWKS` (Json Web Key Sets) objects. The 
`io.jsonwebtoken` libraries currently used by the `AuthenticationProviderToken` 
do not have this support.
   
   Exactly, io.jsonwebtoken doesn't support the JWKS feature I need 😄 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to