MathiasHaudgaard commented on a change in pull request #11794:
URL: https://github.com/apache/pulsar/pull/11794#discussion_r698229513
##########
File path:
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/authentication/AuthenticationProviderToken.java
##########
@@ -237,6 +280,69 @@ private static String validateToken(final String token)
throws AuthenticationExc
}
}
+ @SuppressWarnings("unchecked")
+ private DecodedJWT authenticateTokenJwk(final String token) throws
AuthenticationException {
Review comment:
Sounds like a good idea 👍
I'll see what I can do 🔍
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]