replace local jwt with library version

- update DeviceController to handle hlaeja jwt instead of jwtService
- update mapper sign with hlaeja jwt instead of jwtService
- add dependency for hlaeja jwt
- remove dependencies for jjwt
- remove JwtService.kt
- remove PrivateKeyProvider.kt
- remove jwt key property explanation from additional-spring-configuration-metadata.json
This commit is contained in:
2025-01-02 05:00:19 +01:00
parent 7d4ebab8f8
commit df9d2c59a4
11 changed files with 17 additions and 194 deletions

View File

@@ -1,4 +1,4 @@
kotlin.code.style=official
version=0.4.0-SNAPSHOT
catalog=0.7.0
catalog=0.8.0-SNAPSHOT
container.port.host=9010