Verifying a JWT succeeds after the token has expired

Issue #381 invalid
Former user created an issue

The title explains the crux of the problem. Additional details include: - ECKey (public key) - Curve: SECP256K1 - Algorithm: ES256K

The JWT was also signed with the same type of curve and algorithm, but from a JavaScript library.

Comments (2)

  1. Yavor Vasilev

    Hi,

    Could you post a snippet or test case demonstrating how the verification is done?

    The signature / alg type is not relevant and is independent from the JWT claims verification.

  2. Log in to comment