Remove unnecessary JWT logging in MeController
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -17,6 +17,10 @@ spring:
|
|||||||
jwt:
|
jwt:
|
||||||
jwk-set-uri: http://keycloak:8080/realms/hemhub/protocol/openid-connect/certs
|
jwk-set-uri: http://keycloak:8080/realms/hemhub/protocol/openid-connect/certs
|
||||||
issuer-uri: https://rubble.se/hemhub/auth/realms/hemhub
|
issuer-uri: https://rubble.se/hemhub/auth/realms/hemhub
|
||||||
|
springdoc:
|
||||||
|
swagger-ui: # (valfritt, behåll om du redan har)
|
||||||
|
url: /v3/api-docs
|
||||||
|
|
||||||
hemhub:
|
hemhub:
|
||||||
schedule:
|
schedule:
|
||||||
reminders:
|
reminders:
|
||||||
|
|||||||
Reference in New Issue
Block a user