Skip to content

Commit

Permalink
334: key strength assertions and signature validation. Resolves #334
Browse files Browse the repository at this point in the history
  • Loading branch information
lhazlewood committed Jul 27, 2018
1 parent 45f83d0 commit 9189253
Show file tree
Hide file tree
Showing 44 changed files with 1,348 additions and 322 deletions.
1 change: 1 addition & 0 deletions api/src/main/java/io/jsonwebtoken/JwtParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

import io.jsonwebtoken.io.Decoder;
import io.jsonwebtoken.io.Deserializer;
import io.jsonwebtoken.security.SignatureException;

import java.security.Key;
import java.util.Date;
Expand Down
Loading

0 comments on commit 9189253

Please sign in to comment.