Skip to content

Commit

Permalink
Update implementation/jwt-build/src/main/java/io/smallrye/jwt/build/J…
Browse files Browse the repository at this point in the history
…wt.java

Co-authored-by: Michael Edgar <[email protected]>
  • Loading branch information
sberyozkin and MikeEdgar authored Aug 20, 2024
1 parent 61be4a0 commit d4a953c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ public static String sign(JsonObject jsonObject) {
* Private RSA key of size 2048 bits or larger MUST be used.
*
* The 'iat' (issued at time), 'exp' (expiration time) and 'jit' (unique token identifier) claims
* will be and the `iss` issuer claim may be set by the implementation unless they have already been set.
* will be set and the `iss` issuer claim may be set by the implementation unless they have already been set.
* See {@link JwtClaimsBuilder} description for more information.
*
* @param json JSON string
Expand Down

0 comments on commit d4a953c

Please sign in to comment.