]> git.proxmox.com Git - pve-http-server.git/commit
allow ticket in auth header as fallback
authorTim Marx <t.marx@proxmox.com>
Tue, 21 Jan 2020 12:54:19 +0000 (13:54 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 28 Jan 2020 19:43:51 +0000 (20:43 +0100)
commite045d0700ee3c2818d2d254c2de3a52bab0120ef
tree54462a9d5c89034511d1cacddd5647cc13c26461
parentfa5e6f6908de3a0bc87a49e53bf059d91038811f
allow ticket in auth header as fallback

based on idea & RFC by Tim Marx, incorporating feedback by Thomas
Lamprecht. this will be extended to support API tokens in the
Authorization header as well, so make it generic.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/APIServer/AnyEvent.pm
PVE/APIServer/Formatter.pm