logger.info("Logging in with username {} and password {}, remote {}, authtype: {}",httpRequest.getUserPrincipal(),httpRequest.getRemoteUser(),httpRequest.getAuthType());
logger.info("Logging in with username {} and password {}, remote {}, authtype: {}",httpRequest.getUserPrincipal(),httpRequest.getRemoteUser(),httpRequest.getAuthType());
@Operation(description="Get all events for current user",responses={@ApiResponse(responseCode="200",content=@Content(schema=@Schema(implementation=EventRoot.class)))})
@Operation(description="Get all events for current user",responses={@ApiResponse(responseCode="200",content=@Content(schema=@Schema(implementation=EventRoot.class)))})