Skip to content

Commit

Permalink
Fix typo in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperkarlsson committed Feb 5, 2024
1 parent d5c05d7 commit 030c09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -89,7 +89,7 @@ DecodedJWT decodedJWT;
try {
Algorithm algorithm = Algorithm.RSA256(rsaPublicKey, rsaPrivateKey);
JWTVerifier verifier = JWT.require(algorithm)
// specify an specific claim validations
// specify any specific claim validations
.withIssuer("auth0")
// reusable verifier instance
.build();
Expand Down

0 comments on commit 030c09e

Please sign in to comment.