]> git.proxmox.com Git - proxmox-backup.git/commit
api tokens: add authorization method
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 30 Oct 2020 12:10:38 +0000 (13:10 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 30 Oct 2020 12:15:14 +0000 (13:15 +0100)
commit362739054ee300f0203b7ed381b821b3ba3f07de
treef4fe756505f782891a21b399f45f2e1eabc7796a
parent2762481cc8ff7d3be3adba5e5bbb4b038897aea0
api tokens: add authorization method

and properly decode secret (which is a no-op with the current scheme).

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/client/http_client.rs
src/server/rest.rs