runegate 0.4.0

Lightweight Rust-based identity proxy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: Apache-2.0
pub mod app;
pub mod auth;
pub mod config;
pub mod email;
pub mod logging;
pub mod memory_session_store;
pub mod middleware;
pub mod proxy;
pub mod rate_limit;
pub mod routes;
pub mod send_magic_link;
pub mod store;
pub mod ui;