Commit Graph

20 Commits

Author SHA1 Message Date
Zihlu Wang 8dd0dad8d9 feat: Moved package name from cn.org.codecrafters to com.onixbyte 2024-04-26 01:50:46 +08:00
Zihlu Wang 5895557368 refactor: Optimsed codes.
Move private and protected methods or fields to the last of java files.
2024-03-31 18:34:01 +08:00
Zihlu Wang 1018c22248 docs: Optimised docs. 2024-03-12 10:59:36 +08:00
Zihlu Wang d257fbff82 feat: Upgrade jjwt to 0.12.5 2024-03-12 10:15:24 +08:00
Zihlu Wang 1a194396ff feat: Added logback configurations to each project and upgrade jjwt to 0.12.5 2024-03-11 15:17:11 +08:00
Zihlu Wang c0aa871765 feat(simple-jwt): Added the feature to handle enumerated data using the base data type. 2023-10-18 00:32:03 +08:00
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