docs(simple-jwt): Added author to javadoc.

This commit is contained in:
Zihlu Wang
2023-09-19 11:52:40 +08:00
parent aa3213cbbe
commit b3926d3f27
3 changed files with 3 additions and 0 deletions
@@ -39,6 +39,7 @@ import java.util.Map;
* }
* </pre>
*
* @author Zihlu Wang
* @version 1.1.0
* @since 1.0.0
*/
@@ -41,6 +41,7 @@ import java.util.List;
* Note: This class is final and cannot be instantiated. It only serves as a utility class to hold the standard JWT
* claim constants.
*
* @author Zihlu Wang
* @version 1.1.0
* @since 1.0.0
*/
@@ -39,6 +39,7 @@ import lombok.Getter;
* <li>{@link TokenAlgorithm#ES512}: ECDSA with SHA-512</li>
* </ul>
*
* @author Zihlu Wang
* @version 1.1.0
* @since 1.0.0
*/