add a reasonableness check option for iat

Issue #144 closed
Brian Campbell repo owner created an issue

add a reasonableness check option for iat to the JwtConsumerBuilder which would allow the caller to indicate how far in the past or future the iat value can be

Comments (4)

  1. Brian Campbell reporter

    done with 0db59ed which adds a setIssuedAtRestrictions(int allowedSecondsInTheFuture, int allowedSecondsInThePast) method to JwtConsumerBuilder

  2. Log in to comment