X Tutup
Skip to content

Commit 31d3230

Browse files
author
Justin Dahmubed
committed
Minor correction in readme
1 parent 85914ae commit 31d3230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ String token = ImplicitJwtCreator.build()
406406
.sign(algorithm);
407407
```
408408

409-
**NOTE:** Nonstandard claims do not need to verified.
409+
**NOTE:** Nonstandard claims aside from `aud`, `exp`, and `nbf` do not need to verified.
410410

411411
> Currently supported classes for custom JWT Claim creation and verification are: Boolean, Integer, Double, String, Date and Arrays of type String and Integer.
412412

0 commit comments

Comments
 (0)
X Tutup