SUSE / telemetry

Telemetry scaffolding
Apache License 2.0
0 stars 0 forks source link

API: Send SHA256 has of auth token value, rather than auth token value, when submitting requests #6

Closed rtamalin closed 2 weeks ago

rtamalin commented 1 month ago

Rather than sending the auth token value, just send the hash of the auth token value when submitting requests.

This change will need to be coordinated with equivalent server side authentication validation changes.