Commit Graph

50 Commits

Author SHA1 Message Date
zihluwang f1252a4044 fix: fixed FileNotFoundException 2024-09-15 00:16:55 +08:00
zihluwang fe88788611 feat: added ECDSA-based algorithm support
make the simple-jwt auth0 implementation can use ECDSA-based algorithms

BREAKING CHANGE: the io.jsonwebtoken:jjwt implementation was
discontinued since its design made a big challenge to encapsulation
2024-08-06 22:02:00 +08:00
zihluwang 62b8cb8118 refactor: moved MapUtil implemented by reflect API to another package 2024-08-05 19:04:51 +08:00
zihluwang cc5ed4beec ci: fix ci error
github packages is occuring some unknown issues
2024-06-30 13:20:54 +08:00
zihluwang 23e9cc8109 docs: added JavaDoc 2024-06-30 13:10:38 +08:00
Zihlu Wang cecb0c2dd9 Merge branch 'refs/heads/main' into development 2024-06-03 19:04:46 +08:00
Zihlu Wang 1e1b810e42 fix: fixed code hints for configurations in IDEA disppeared
Closes #29
2024-06-03 19:01:37 +08:00
Zihlu Wang 8601de7fb1 refactor: update copyright text
[skip ci]
2024-05-08 11:23:58 +08:00
Zihlu Wang e531ec438d build: build version 1.4.0 2024-04-29 18:17:23 +08:00
Zihlu Wang ea250103e3 ci: removed coding maven package hosting 2024-04-29 16:42:45 +08:00
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 5b2e96c938 refactor: Upgrade version to 1.4.0
- Upgrade to 1.4.0
- Upgrade Spring Framework to 6.1.3 to prevent
CVE-2024-22233
- Upgrade Spring Boot to 3.2.3 to prevent CVE-2024-22233
2024-03-12 10:36:25 +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 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 0a2beaf079 docs: Optimised project descriptions. 2024-01-31 16:38:06 +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
Zihlu Wang 860bbc2b8f build: Finished moving to gradle. 2024-01-31 04:41:10 +08:00
Zihlu Wang 5e31565dd2 build: Changed toolchain to gradle. 2024-01-31 02:43:17 +08:00
Zihlu Wang 60e5fc3845 build: Build version 1.2.2. 2024-01-25 23:37:09 +08:00
Zihlu Wang e1f2b937a9 build: Upgrade to 1.2.1 2024-01-05 01:44:47 +08:00
Zihlu Wang 66c2c4c8b7 build(global): Build the version 1.2.0. 2023-10-18 00:45:49 +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 f95efc71c3 feat(global): Upgrade to v1.2.0-alpha 2023-10-17 03:40:05 +08:00
Zihlu Wang b2378df576 build(global): Changed version number. 2023-09-22 09:34:36 +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 f80c47e8ad docs(global): Optimised javadoc, changed the spelling to British English. 2023-09-18 15:04:10 +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 08a2cc9f6e build(global): Upgrade to 1.1.0-alpha 2023-09-09 20:19:04 +08:00
Zihlu Wang 81ebb01cfe build(global): Upgrade to 1.0.2 2023-08-31 16:37:01 +08:00
Zihlu Wang 020f7d3456 fix: Fixed the initialising order of bean jtiCreator and ~TokenResolver 2023-08-28 14:41:02 +08:00
Zihlu Wang 91be88a65b refactor: Removed debug logs. 2023-08-28 14:31:24 +08:00
Zihlu Wang cb9ca54640 fix: Fix beans are not loaded as the expected order.
Closes #8
2023-08-28 14:28:43 +08:00
Zihlu Wang 63a44bae87 fix: Fix beans are not loaded as the expected order. 2023-08-28 14:23:55 +08:00
Theodore Hills fc0cc6f538 refactor(global): Upgrade to version 1.0.0. 2023-08-17 20:36:05 +08:00
zihluwang 628e4cd217 build: Changed version code to v1.0.0-RC 2023-08-13 01:32:57 +08:00
zihluwang dc51ec00c3 build: Upgrade to 1.0.0-beta 2023-08-12 03:23:19 +08:00
Zihlu Wang e7a4deb9b6 build(global): Build jar files, upload to github packages and maven central 2023-08-07 12:00:20 +08:00
Zihlu Wang 645064e774 docs(webcal): Optimised docs 2023-08-07 11:56:09 +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
Zihlu Wang 3340ce4bb8 style(simple-jwt): Optimised imports and removed the type parameter of bean jtiCreator 2023-08-03 19:00:07 +08:00
Zihlu Wang c53124bb61 style(global): Added README for each module 2023-08-03 18:57:39 +08:00
Zihlu Wang ea191b39fb docs(global): Created README file for each module 2023-07-31 23:43:24 +08:00
Zihlu Wang 1d4d95ecaf feat: Make AutoConfiguration available 2023-07-31 22:53:45 +08:00
Zihlu Wang 748e474a82 docs: Fix all docs from one <p> represents for a paragraph 2023-07-31 22:53:09 +08:00
Zihlu Wang 715ae6db3a docs: Fix all docs from one <p> represents for a paragraph 2023-07-31 21:43:09 +08:00
Zihlu Wang 2fef4ab711 feat: add automatic configuration to Simple JWT module 2023-07-31 20:24:04 +08:00