Axum+Leptos best practices suggestion for subdomain routing
⚓ Rust 📅 2026-03-02 👤 surdeus 👁️ 1I am planning to build a web backend system with subdomain routing. Subdomains are - "www.example.com", "a.example.com", "b.example.com" and "c.example.com". How to create separate functions (landing, pages render with leptos) for each subdomain and keep the auth across every subdomain?
1 post - 1 participant
🏷️ Rust_feed