runegate 0.3.1

Lightweight Rust-based identity proxy
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: Apache-2.0
pub mod auth;
pub mod email;
pub mod logging;
pub mod memory_session_store;
pub mod middleware;
pub mod proxy;
pub mod rate_limit;
pub mod send_magic_link;