AsymmetricSignatureVerifier
should not use Charset.defaultCharset()
#485
Labels
waiting for customer
This issue is waiting for a response from the issue or PR author
Describe the problem
AsymmetricSignatureVerifier
uses the default charset during token validation:Auth0.Android/auth0/src/main/java/com/auth0/android/provider/AsymmetricSignatureVerifier.java
Line 42 in 5f20b76
It should probably instead specify an explicit charset, most likely either
StandardCharsets.ISO_8859_1
orStandardCharsets.US_ASCII
.The text was updated successfully, but these errors were encountered: