]> git.proxmox.com Git - proxmox.git/commit - proxmox-auth-api/Cargo.toml
add proxmox-auth-api crate
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 31 Jan 2023 13:53:43 +0000 (14:53 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 2 Mar 2023 15:44:35 +0000 (16:44 +0100)
commit5349ae208beb77d98753c813ae3fd6653f440cb4
treee4618f234510e421a21b5399b74c6a3852e50207
parenta8bd8fca15f3c28d0e0bc96411b8be159ac522a0
add proxmox-auth-api crate

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
14 files changed:
Cargo.toml
proxmox-auth-api/Cargo.toml [new file with mode: 0644]
proxmox-auth-api/examples/passwd.rs [new file with mode: 0644]
proxmox-auth-api/src/api/access.rs [new file with mode: 0644]
proxmox-auth-api/src/api/mod.rs [new file with mode: 0644]
proxmox-auth-api/src/api/ticket.rs [new file with mode: 0644]
proxmox-auth-api/src/auth_key.rs [new file with mode: 0644]
proxmox-auth-api/src/lib.rs [new file with mode: 0644]
proxmox-auth-api/src/pam_authenticator.rs [new file with mode: 0644]
proxmox-auth-api/src/ticket.rs [new file with mode: 0644]
proxmox-auth-api/src/time.rs [new file with mode: 0644]
proxmox-auth-api/src/types.rs [new file with mode: 0644]
proxmox-tfa/src/api/methods.rs
proxmox-tfa/src/api/mod.rs