]> git.proxmox.com Git - pve-access-control.git/commit - src/PVE/API2/TFA.pm
add pbs-style TFA API implementation
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 9 Nov 2021 11:27:01 +0000 (12:27 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Nov 2021 10:13:21 +0000 (11:13 +0100)
commit07692c72ffec410b20b396e1379f57bab9544038
tree0b684a35c36217a017868c45955a8b7bf5adfc38
parentdc547a1339a437e7893294ce3630a7b8f0d5db4e
add pbs-style TFA API implementation

implements the same api paths as in pbs by forwarding the
api methods to the rust implementation after performing the
product-specific checks

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/PVE/API2/TFA.pm
src/PVE/AccessControl.pm