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
This commit is contained in:
zihluwang
2024-08-06 22:02:00 +08:00
parent 62b8cb8118
commit fe88788611
21 changed files with 344 additions and 1477 deletions
+2 -4
View File
@@ -20,13 +20,11 @@ rootProject.name = "JDevKit"
include(
"devkit-core",
"devkit-utils",
"map-util-unsafe",
"guid",
"webcal",
"key-pair-loader",
"simple-jwt-facade",
"simple-jwt-authzero",
"simple-jwt-jjwt",
"simple-jwt-spring-boot-starter",
"property-guard-spring-boot-starter"
)
include("map-util-unsafe")
include("key-pair-loader")