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:
+3
-3
@@ -15,9 +15,9 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
jacksonVersion=2.17.0
|
||||
jacksonVersion=2.17.2
|
||||
javaJwtVersion=4.4.0
|
||||
jjwtVersion=0.12.5
|
||||
jjwtVersion=0.12.6
|
||||
junitVersion=5.10.2
|
||||
logbackVersion=1.5.4
|
||||
lombokVersion=1.18.30
|
||||
@@ -26,7 +26,7 @@ springVersion=6.1.3
|
||||
springBootVersion=3.2.3
|
||||
|
||||
buildGroupId=com.onixbyte
|
||||
buildVersion=1.5.0
|
||||
buildVersion=1.6.0
|
||||
projectUrl=https://onixbyte.com/JDevKit
|
||||
projectGithubUrl=https://github.com/OnixByte/JDevKit
|
||||
licenseName=The Apache License, Version 2.0
|
||||
|
||||
Reference in New Issue
Block a user