Skip to content

Commit

Permalink
Fix typo in example code (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperkarlsson committed Feb 6, 2024
1 parent d5c05d7 commit d97f4e6
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 d97f4e6

Please sign in to comment.