As part of the first phase of finalising the authentication method we need to update the client side to send an Authorization header using the Bearer schema that includes the auth token obtained from the telemetry server via a previous /register request.
As part of the first phase of finalising the authentication method we need to update the client side to send an Authorization header using the Bearer schema that includes the auth token obtained from the telemetry server via a previous /register request.
Remove redundant TokenSha256code.
Relates: #34