zihluwang
469204c18c
fix: fix when creating HMAC jwts invoke #keyPair
2024-09-15 09:41:23 +08:00
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
23e9cc8109
docs: added JavaDoc
2024-06-30 13:10:38 +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
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
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
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
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
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
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
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