Commit Graph

28 Commits

Author SHA1 Message Date
zihluwang f587230072 style: updated copyright 2024-12-26 22:22:51 +08:00
zihluwang 2b10eed1d9 fix: fixed ci error 2024-08-06 22:14:23 +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 f29be80773 feat: added key pair loader 2024-07-25 21:56:15 +08:00
Zihlu Wang 8601de7fb1 refactor: update copyright text
[skip ci]
2024-05-08 11:23:58 +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 cb537a6844 Merge branch 'main' into development
# Conflicts:
#	devkit-core/src/main/resources/logback.xml
#	devkit-utils/src/main/resources/logback.xml
#	guid/src/main/resources/logback.xml
#	property-guard-spring-boot-starter/src/main/resources/logback.xml
#	simple-jwt-authzero/src/main/resources/logback.xml
#	simple-jwt-facade/src/main/resources/logback.xml
#	simple-jwt-jjwt/src/main/resources/logback.xml
#	simple-jwt-spring-boot-starter/src/main/resources/logback.xml
#	webcal/src/main/resources/logback.xml
2024-03-31 17:52:47 +08:00
Zihlu Wang bb79c126fa refactor: Optimised codes.
Move all private or protected to the last of files.
2024-03-31 17:47:42 +08:00
Zihlu Wang d593c83cc8 refactor: Optimised logging pattern. 2024-03-31 17:09:31 +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 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 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 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 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 cd2ddb95c3 fix(simple-jwt-authzero): Removed unused empty line in logs.
Closes #10
2023-08-31 16:36:59 +08:00
Zihlu Wang 0b70641476 docs(simple-jwt-authzero): Removed empty lines between document comments and package declaration. 2023-08-04 19:49:15 +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 9405908964 feat(simple-jwt): Create random secret and apply to TokenResolver 2023-08-04 00:39:48 +08:00
Zihlu Wang a5e85533b5 refactor(simple-jwt): Changed the implementation of constructors. 2023-08-03 20:23:36 +08:00
Zihlu Wang 14450b6489 style(simple-jwt): Upgraded method to get Algorithm declared in third-party implementation. 2023-08-03 18:59:11 +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 948521cb4c feat(simple-jwt-authzero): finished authzero implementation 2023-07-30 22:47:17 +08:00