Commit Graph

14 Commits

Author SHA1 Message Date
Zihlu Wang 5b4b6e7997 refactor(simple-jwt): Changed the implementation of extracting data in the token payload. 2023-10-17 21:12:33 +08:00
Zihlu Wang fd281ff99e feat(simple-jwt-jjwt): Added the feature to generate a new Token using data from the original Token. 2023-10-17 14:15:32 +08:00
Zihlu Wang 97cb884a58 fix(simple-jwt-jjwt): Fixed the issue that predefined payloads in Token are deleted after adding custom Claims. 2023-10-17 14:10:34 +08:00
Zihlu Wang 20f147166e refactor(simple-jwt-jjwt): Modified the implementation of creating a Token using a Java bean. 2023-10-17 13:34:33 +08:00
Zihlu Wang de984733f0 fix(simple-jwt-jjwt): Fixed the issue that cannot create the bean of JjwtTokenResolver with a 32-character secret. 2023-10-17 11:09:24 +08:00
Zihlu Wang eacd4f077c refactor(simple-jwt): Optimised the code performance. 2023-09-20 10:28:23 +08:00
Zihlu Wang a670d9718b doc(simple-jwt): Optimised Javadocs. 2023-09-20 10:27:49 +08:00
Zihlu Wang f80c47e8ad docs(global): Optimised javadoc, changed the spelling to British English. 2023-09-18 15:04:10 +08:00
Zihlu Wang 7b653edb3b docs(global): Changed spelling with BrE. 2023-09-15 15:41:23 +08:00
Zihlu Wang 6549373e8d docs(global): Optimised javadocs. 2023-09-15 15:36:25 +08:00
Zihlu Wang ac9447d6ec docs(simple-jwt-jjwt): Added package document for package simplejwt.jjwt.config 2023-08-04 19:53:49 +08:00
Zihlu Wang c50f66b4a3 docs(simple-jwt-jjwt): Optimised documents. 2023-08-04 19:51:21 +08:00
Zihlu Wang 58746bb3a2 docs(simple-jwt-jjwt): Created package-info file for package cn.org.codecrafters.simplejwt.jjwt 2023-08-04 19:49:43 +08:00
Zihlu Wang 6557b65d8a feat(simple-jwt-jjwt): Complete the implementation with io.jsonwebtoken:jjwt-api 2023-08-04 19:45:23 +08:00