Closed JohnAmadeo closed 6 years ago
java-jwt
and jwks-rsa-java
use apache commons lib as a dependency, thus they are not guaranteed to work on the android context. There's an alternative for decoding jwt but you mention that is not your problem now.
Can you confirm if this also happens using the previous version com.auth0:jwks-rsa:0.5.0
?
Thanks for the quick response - I really appreciate it!
So I tried using an older version and com.auth0:jwks-rsa:0.6.0
and it builds successfully on Android Studio!
However, I ended up using JWTDecode.Android, which seems to be the library I should have been using all along, and it worked perfectly for my use case.
Hi!
I added jwks-rsa-java as a dependency in the build.gradle file in my /{PROJECT_NAME}/app directory as below (jwks-rsa-java is added right at the end)
When I try to build my project in Android Studio 3.3 Preview, I get an error saying:
I have confirmed that the build error is due to adding jwks-rsa-java. Would anyone happen to have a clue on what's going on here?
Thanks for the help!