SUSE / telemetry

Telemetry scaffolding
Apache License 2.0
0 stars 0 forks source link

Switch to using a JWT as the auth token #35

Closed rtamalin closed 4 months ago

rtamalin commented 4 months ago

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