]> git.proxmox.com Git - proxmox-backup.git/commit - src/server/auth.rs
rest server: return UserInformation from ApiAuth::check_auth
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 21 Sep 2021 05:58:48 +0000 (07:58 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Sep 2021 06:46:41 +0000 (08:46 +0200)
commit98b7d58b945bd962affccbb3c600777143f4f412
tree82443ca19ded8785f1cdd527cec895f0fedf84ef
parent7fa9a37c7c36b74953e64abd9b86eb12759ac2f2
rest server: return UserInformation from ApiAuth::check_auth

This need impl UserInformation for Arc<CachedUserInfo> which is implemented
with proxmox 0.13.2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxmox-rest-server/src/lib.rs
src/bin/proxmox_restore_daemon/auth.rs
src/server/auth.rs
src/server/rest.rs