Commit Graph

436 Commits

Author SHA1 Message Date
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
Zihlu Wang a66879a99b docs(devkit-utils): Optimised javadoc, changed to better expression. 2023-09-16 17:08:04 +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 baa91f626a build(global): Upgrade to v1.1.0-beta 2023-09-15 10:11:39 +08:00
Zihlu Wang 07e7e2d4fa build(global): Upgrade to v1.1.0-aloha1 2023-09-12 08:36:01 +08:00
Zihlu Wang c9735c5290 refactor(property-guard): Changed encryption mark from "pe:" to "pg:"
BREAKING CHANGE: Changed the encryption mark from "pe:" to "pg:", this
version is not compatable with v1.1.0-alpha
2023-09-12 08:35:35 +08:00
Zihlu Wang f28de398fe Merge remote-tracking branch 'origin/dev/1.1.0' into dev/1.1.0 2023-09-10 13:40:51 +08:00
Zihlu Wang aa2a18268f refactor(property-guard): Remove useless imports.
Close #13
2023-09-10 13:40:39 +08:00
Zihlu Wang a47081cb76 refactor(property-guard): Remove useless imports. 2023-09-10 13:19:26 +08:00
Zihlu Wang 23e267e91f feat(property-guard): Remove useless imports. 2023-09-09 20:49:22 +08:00
Zihlu Wang bed413dd39 docs(property-guard): Finished docs. 2023-09-09 20:44:30 +08:00
Zihlu Wang 90a9171f42 refactor(property-guard): Changed the package name. 2023-09-09 20:38:02 +08:00
Zihlu Wang 956ce5de1e feat(property-guard): Added property-guard to protect the secrets in configuration files. 2023-09-09 20:21:34 +08:00
Zihlu Wang f88ac1511b build: Rename property-encryptor to property-guard. 2023-09-09 20:20:57 +08:00
Zihlu Wang 08a2cc9f6e build(global): Upgrade to 1.1.0-alpha 2023-09-09 20:19:04 +08:00