influxdb/influxdb3
Michael Gattozzi ce8c158956
feat: Change Bearer Auth Token to use random bits (#24733)
This changes the 'influxdb3 create token' command so that it will just
automatically generate a completely random base64 encoded token prepended with
'apiv3_' that is then fed into a Sha512 algorithm instead of Sha256. The
user can no longer pass in a token to be turned into the proper output.

This also changes the server code to handle the change to Sha512 as well.

Closes #24704
2024-03-06 12:43:00 -05:00
..
src feat: Change Bearer Auth Token to use random bits (#24733) 2024-03-06 12:43:00 -05:00
tests/server feat: Change Bearer Auth Token to use random bits (#24733) 2024-03-06 12:43:00 -05:00
Cargo.toml feat: Change Bearer Auth Token to use random bits (#24733) 2024-03-06 12:43:00 -05:00
build.rs feat: Add basic Edge server structure (#24552) 2024-01-08 11:50:59 -05:00