Commit Graph

264 Commits

Author SHA1 Message Date
Zihlu Wang c1869dd89d docs: Updated README docs. 2024-03-03 10:48:20 +08:00
Zihlu Wang b7727b3c7d docs: Updated README docs. 2024-02-24 03:58:03 +08:00
Zihlu Wang fa27fdb797 build: Upgrade to v1.3.2 2024-02-24 03:00:53 +08:00
Zihlu Wang fb3c2ba8ca fix: Fixed the issue the Spring Boot application cannot run when other GuidCreators are defined as beans
Added Quilifier to jtiCreator
2024-02-24 03:00:35 +08:00
Zihlu Wang 5375d00be5 build: Upgrade to v1.3.1
excluded logback configurations
2024-02-23 02:13:48 +08:00
Theodore Hills 44185122f2 Merge pull request #23 from CodeCraftersCN/release/1.3.0
Release version 1.3.0
2024-01-31 17:00:27 +08:00
Zihlu Wang e1ecc9f68e build: Build and release version 1.3.0. 2024-01-31 16:39:30 +08:00
Zihlu Wang 0a2beaf079 docs: Optimised project descriptions. 2024-01-31 16:38:06 +08:00
Zihlu Wang 23c2a2bd06 docs: Added some documents. 2024-01-31 12:26:13 +08:00
Zihlu Wang 35212f2f1c fix: Fixed the issue that some artifacts cannot be published to maven repository. 2024-01-31 12:25:29 +08:00
Zihlu Wang e120becf94 build: Change build scripts. 2024-01-31 11:10:48 +08:00
Theodore Hills 644d696cb6 Merge pull request #22 from CodeCraftersCN/release/1.2.2-gradle
Release/1.2.2-gradle
2024-01-31 05:32:58 +08:00
Zihlu Wang 795bd635de fix: Fixed the issue that publications cant be pushed to maven central server. 2024-01-31 05:29:37 +08:00
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