2025-01-01 00:00:00 +00:00
<!doctype html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2026-01-06 15:17:10 +00:00
< title > Gatehouse — Identity & Access< / title >
< meta name = "description" content = "Gatehouse is a self-hosted identity and access platform providing secure authentication, organization-level security policy, and OIDC-based Single Sign-On." / >
< meta name = "author" content = "Gatehouse" / >
2025-01-01 00:00:00 +00:00
2026-01-06 15:17:10 +00:00
< meta property = "og:title" content = "Gatehouse — Identity & Access" / >
< meta property = "og:description" content = "Secure authentication and access management for your organization." / >
2025-01-01 00:00:00 +00:00
< meta property = "og:type" content = "website" / >
< meta property = "og:image" content = "https://lovable.dev/opengraph-image-p98pqg.png" / >
< meta name = "twitter:card" content = "summary_large_image" / >
< meta name = "twitter:site" content = "@Lovable" / >
< meta name = "twitter:image" content = "https://lovable.dev/opengraph-image-p98pqg.png" / >
< / head >
< body >
< div id = "root" > < / div >
< script type = "module" src = "/src/main.tsx" > < / script >
< / body >
< / html >