Pre-1.3
2025-01-03 – Multiple IP addresses
2024-11-14 – Use Authorization Code flow for external OpenID
2024-11-11 – Require User-Agent HTTP header for login
2024-09-07 - Typestate pattern to make working with optional ids easier
#[derive(Debug)]
pub struct WireguardKeys {
pub id: Option<i64>,
pub instance_id: i64,
pub pubkey: String,
pub prvkey: String,
}2024-09-06 – External OpenID login
2024-09-02 – Client configuration updates
Was this helpful?