-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I guess that is an issue with the Java version not being as modern as it should but when I try to use it in my Android App (for Android 7, API Level 24) the app crashes.
The call:
JWT.getDecoder().decode(token, verifier)
is trying the to execute the following line:
Header header = Mapper.deserialize(base64Decode(parts[0]), Header.class);
Which fails because the base64 decoder is not fund. On newer Android Versions this works so I assume the library is just not compatible. Any specifications regarding that? I couldn't find anything. Or am I just doing it wrong?
Metadata
Metadata
Assignees
Labels
No labels