link-common 0.5.2-rc.2

Shared Rust implementation for KalamDB link crates
Documentation
1
2
3
4
5
6
7
8
9
10
//! Authentication and identity models.

pub mod login;
pub mod setup_models;

pub use kalamdb_commons::WsAuthCredentials;
pub use login::{LoginRequest, LoginResponse, LoginUserInfo};
pub use setup_models::{
    ServerSetupRequest, ServerSetupResponse, SetupStatusResponse, SetupUserInfo,
};