Commit Graph

7 Commits

Author SHA1 Message Date
84d09f6dbb replace local jwt with library version
- update ConfigurationController to handle hlaeja jwt instead of jwtService
- update MeasurementController to handle hlaeja jwt instead of jwtService
- add dependency for hlaeja jwt
- remove dependencies for jjwt
- remove JwtService.kt
- remove PublicKeyProvider.kt
- remove jwt key property explanation from additional-spring-configuration-metadata.json
2025-01-02 06:48:12 +01:00
6522809dce add Redis cache and some clean up
- update and cleanup in README.md
- update getIdentity to throw response exception with 401 in JwtService
- update http files to use identity from env
- add cacheable to getIdentityFromDevice in DeviceRegistryService
- add RedisCacheConfiguration
- add CacheProperty
- set up cache property
- set up data redis cache
2024-12-28 05:45:23 +01:00
d7577f6cee set up configuration property 2024-11-30 18:05:47 +01:00
ec1634699c set up data property 2024-11-27 03:31:49 +01:00
51f04f81bd set up registry property 2024-11-27 03:26:36 +01:00
cb8875a754 set up jwt for identity 2024-11-27 03:21:18 +01:00
42692ce94e Set up project structure 2024-11-27 02:38:15 +01:00