We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c05d7 commit d97f4e6Copy full SHA for d97f4e6
README.md
@@ -89,7 +89,7 @@ DecodedJWT decodedJWT;
89
try {
90
Algorithm algorithm = Algorithm.RSA256(rsaPublicKey, rsaPrivateKey);
91
JWTVerifier verifier = JWT.require(algorithm)
92
- // specify an specific claim validations
+ // specify any specific claim validations
93
.withIssuer("auth0")
94
// reusable verifier instance
95
.build();
0 commit comments