feat(auth): support reverse-proxy driven proxy auth

Closes HP-353.
This commit is contained in:
Aarnav Tale
2026-06-20 11:40:46 -04:00
parent c7822e3ec2
commit 96f2721272
24 changed files with 837 additions and 75 deletions
+5 -1
View File
@@ -50,7 +50,11 @@ export default defineConfig({
{
text: "Features",
items: [
{ text: "Single Sign-On (SSO)", link: "/features/sso" },
{
text: "Single Sign-On (SSO)",
link: "/features/sso",
items: [{ text: "Proxy Authentication", link: "/features/proxy-auth" }],
},
{ text: "Headplane Agent", link: "/features/agent" },
{ text: "Browser SSH", link: "/features/ssh" },
],