]> git.proxmox.com Git - pve-apiclient.git/commit
support new tfa api
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 30 Nov 2021 09:57:40 +0000 (10:57 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 2 Dec 2021 18:20:01 +0000 (19:20 +0100)
commit3bfa976eaa2d357c8b069bc2c26e055167c84ee1
treedb1d40cd40d7aba41378eb05f718bf2907a7ff6f
parentcb2805fbbf46dbac967833e679fb958bb06e230f
support new tfa api

Note that in PVE we should instantiate the API client with
`pve_new_format` in order to have this client also switch to
the new mechanism, otherwise the old api will be used which
does not support multiple factors or recovery keys.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/APIClient/LWP.pm