E.chainW(
        flow(
          JwkPublicKey.decode,
          E.mapLeft((errs) => Error(errorsToReadableMessages(errs).join("|")))
        )