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:
+2
-4
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user