pasejo 2026.5.24

passage re-implementation in Rust for teams
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-FileCopyrightText: The pasejo Authors
// SPDX-License-Identifier: 0BSD

pub mod config;
pub mod export;
pub mod hooks;
pub mod identities;
pub mod one_time_passwords;
pub mod recipients;
pub mod secrets;
mod store_op;
pub mod stores;