Minification causes an issue when parsing an RSA from Json

Issue #491 invalid
Former user created an issue

Recently we noticed our app crashing because of a minification issue inside the Numbus-JOSE-JWT lib.

it happens when calling

RSAKey.parse(jwkJson)

The exception is:

TypeToken must be created with a type argument: new TypeToken<...>() {}; When using code shrinkers (ProGuard, R8, ...) make sure that generic signatures are preserved.

Comments (2)

  1. Log in to comment