Commit Graph

351 Commits

Author SHA1 Message Date
Zihlu Wang 860bbc2b8f build: Finished moving to gradle. 2024-01-31 04:41:10 +08:00
Zihlu Wang d4a760b767 build: Moved to gradle 2024-01-31 03:02:17 +08:00
Zihlu Wang 5e31565dd2 build: Changed toolchain to gradle. 2024-01-31 02:43:17 +08:00
Zihlu Wang 367a96b9ad Merge remote-tracking branch 'origin/master' 2024-01-26 08:42:50 +08:00
Zihlu Wang 896a637a1d chore: Added third-party maven repository server.
This project now can be accessed from coding maven repository for Chinese mainland.
2024-01-26 08:39:20 +08:00
Zihlu Wang 0b8063846e Merge pull request #21 from CodeCraftersCN/dev/v1.2.2
Upgrade to v1.2.2
2024-01-25 23:41:31 +08:00
Zihlu Wang 60e5fc3845 build: Build version 1.2.2. 2024-01-25 23:37:09 +08:00
Zihlu Wang e8c124d8ec fix: Fix the issue that reports illegal base64 character when decoding a JWT Payload 2024-01-25 23:34:20 +08:00
Zihlu Wang e1f2b937a9 build: Upgrade to 1.2.1 2024-01-05 01:44:47 +08:00
Zihlu Wang b7a911953c Merge pull request #20 from CodeCraftersCN/dev/v1.2.0
Upgrade to v1.2.0.
2023-10-18 00:48:59 +08:00
Zihlu Wang 66c2c4c8b7 build(global): Build the version 1.2.0. 2023-10-18 00:45:49 +08:00
Zihlu Wang 49f44fb2b7 docs(simple-jwt): Optimised Javadoc.
Closes #18
2023-10-18 00:40:46 +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 770bcc3758 Merge branch 'dev/v1.2.0' into feat/18 2023-10-17 21:44:52 +08:00
Zihlu Wang ce556194b8 build(global): Upgrade versions. 2023-10-17 21:44:29 +08:00
Zihlu Wang b0d1ffe6b1 Merge branch 'master' into dev/v1.2.0 2023-10-17 21:43:29 +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 853e05ade1 Merge pull request #19 from CodeCraftersCN/dev/v1.1.2
Upgrade to v1.1.2.
2023-10-17 14:19:11 +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 4eefa7ac73 Merge branch 'dev/v1.1.2' into feat/renew-with-payload-in-old-token 2023-10-17 14:11:14 +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 427ae7632f Merge branch 'dev/v1.2.0' into feat/renew-with-payload-in-old-token 2023-10-17 13:36:56 +08:00
Zihlu Wang ba15d21f1b Merge branch 'dev/v1.1.2' into dev/v1.2.0 2023-10-17 13:35:14 +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 9d4743befa Merge branch 'dev/v1.2.0' into feat/renew-with-payload-in-old-token 2023-10-17 12:51:01 +08:00
Zihlu Wang 02c8d2ab29 Merge remote-tracking branch 'origin/dev/v1.1.2' into dev/v1.2.0
# Conflicts:
#	devkit-core/pom.xml
#	devkit-utils/pom.xml
#	guid/pom.xml
#	pom.xml
#	property-guard-spring-boot-starter/pom.xml
#	simple-jwt-authzero/pom.xml
#	simple-jwt-facade/pom.xml
#	simple-jwt-jjwt/pom.xml
#	simple-jwt-spring-boot-starter/pom.xml
#	webcal/pom.xml
2023-10-17 12:50:13 +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 5350b5d49b feat(global): Upgrade to v1.1.2. 2023-10-17 11:07:25 +08:00
Zihlu Wang 687976f050 feat(global): Upgraded some dependencies.
logback 1.4.8 -> 1.4.11
slf4j-api 2.0.7 -> 2.0.9
lombok 1.18.28 ->
1.18.30
2023-10-17 11:07:02 +08:00
Zihlu Wang da04fb4c55 feat(simple-jwt-authzero): Added implementation of renew a token with the data within the old one. 2023-10-17 10:25:24 +08:00
Zihlu Wang d62d64c572 build: Added jackson for json processing. 2023-10-17 10:25:06 +08:00
Zihlu Wang 0f399dccf7 Merge branch 'dev/v1.2.0' into feat/renew-with-payload-in-old-token 2023-10-17 03:41:41 +08:00
Zihlu Wang f95efc71c3 feat(global): Upgrade to v1.2.0-alpha 2023-10-17 03:40:05 +08:00
Zihlu Wang a44ad68041 feat(simple-jwt): Added method to create new tokens using data from old ones and the default implementation for the methods that don't need a expireAfter. 2023-10-17 03:38:47 +08:00
Theodore Hills ec14096101 Merge pull request #17 from CodeCraftersCN/dev/v1.1.1
Upgrade to v1.1.1
2023-10-11 04:05:30 +08:00
Zihlu Wang a0a7bfa718 docs(webcal): Added javadocs. 2023-09-22 09:37:24 +08:00
Zihlu Wang 5f0922387b refactor(webcal): Optimised imports. 2023-09-22 09:36:08 +08:00
Zihlu Wang 373b30b805 fix(webcal): Fix the issue that some system are not able to load the output ics format.
Closes #16
2023-09-22 09:35:36 +08:00
Zihlu Wang b2378df576 build(global): Changed version number. 2023-09-22 09:34:36 +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 eb3b3b1015 Merge pull request #15 from CodeCraftersCN/dev/v1.1.0
Upgrade to v1.1.0
2023-09-19 14:19:32 +08:00
Zihlu Wang 1c3f6ac2ec build(global): Upgrade to v1.1.0
Upgrade to v1.1.0 stable version, and the translation of SIMPLIFIED
CHINESE will be published before 26 Sept, 2023.

BREAKING CHANGE: The order of parametres in
initialising
SnowflakeGuidCreator, the original sequence is:
"workerId,
dataCentreId"; and the new sequence is "dataCentreId,
workerId"
2023-09-19 14:11:14 +08:00
Zihlu Wang b3926d3f27 docs(simple-jwt): Added author to javadoc. 2023-09-19 11:52:40 +08:00
Zihlu Wang aa3213cbbe refactor(devkit-utils): Changed the location of some codes. 2023-09-19 08:51:42 +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 fee85d5d84 docs(devkit-core): Optimised javadoc. 2023-09-18 11:12:16 +08:00
Zihlu Wang 007d192b01 refactor(devkit-utils): Optimised the time zone for getting current timestamp. 2023-09-18 10:01:27 +08:00
Zihlu Wang 09c973dde4 refactor(devkit-utils): Changed the order of the parameters. 2023-09-18 09:51:00 +08:00
Zihlu Wang 52f90e6507 docs(devkit-utils): Optimised javadoc. 2023-09-18 09:25:16 +08:00