clean up client install/configure and add sidebar cta

This commit is contained in:
miloschwartz
2026-02-12 16:43:19 -08:00
parent 39429997d5
commit 202e25b9f6
103 changed files with 736 additions and 2 deletions

View File

@@ -3,6 +3,12 @@ title: "Device Approvals"
description: "Only allow trusted devices to connect to an organization"
---
import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta />
<Note>
Only available in Pangolin Cloud and [Enterprise Edition](/self-host/enterprise-edition).
</Note>

View File

@@ -3,6 +3,12 @@ title: "Change Password"
description: "Change or reset your Pangolin account password"
---
import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta />
### Change Password
If you're already logged in, you can change your password by clicking your profile menu (top right) and selecting Change Password. You will be required to confirm your old password and enter a new password.

View File

@@ -3,6 +3,12 @@ title: "Create User"
description: "Add internal or external users to your organization"
---
import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta />
Users can be added to organizations. When a user is added to Pangolin, there is a global user object and an organizationspecific user object that links that user to the organization. This allows a user to exist in one or more organizations.
<Tip>

View File

@@ -3,6 +3,12 @@ title: "Forwarded Headers"
description: "Learn how Pangolin forwards user identity information to your backend applications through HTTP headers"
---
import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta />
Pangolin can forward user identity information to your backend applications through custom HTTP headers. This allows your applications to receive user details directly from the request headers, enabling integration with Pangolin's authentication system.
<Info>

View File

@@ -3,6 +3,12 @@ title: "Custom Login Page"
description: "Configure a custom authentication page URL for your organization"
---
import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta />
<Note>
Custom auth pages are only available in Pangolin Cloud.
</Note>

View File

@@ -3,6 +3,12 @@ title: "Multi-Factor Authentication"
description: "Enable and manage two-factor authentication and enforcement for your organization"
---
import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta />
Pangolin supports twofactor authentication (2FA) for Pangolin user accounts.
### Enable or Disable 2FA

View File

@@ -3,6 +3,12 @@ title: "Password Rotation"
description: "Configure password expiration and rotation requirements for your organization"
---
import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta />
By default, Pangolin does not require passwords to be rotated on a regular basis. However, password rotation can be required on a perorganization basis.
### Configuration

View File

@@ -3,6 +3,12 @@ title: "Rules"
description: "Configure rules to allow or deny access to resources without authentication"
---
import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta />
Rules allow you to either "allow" and bypass the Pangolin auth system (no pin, login, password), or "deny" and fully reject the request. After you create a resource you can select the "Rules" tab on the sidebar and enable rules.
<CardGroup cols={3}>

View File

@@ -3,6 +3,12 @@ title: "Security Keys"
description: "Use security keys for passwordless login to your Pangolin account"
---
import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta />
You can log in with security keys, also known as passwordless login. On the login page, there is an option below the login button to Log in with security key.
### Add a Security Key

View File

@@ -3,6 +3,12 @@ title: "Session Length"
description: "Configure maximum session length and expiration policies for your organization"
---
import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta />
By default, Pangolin keeps extending a session indefinitely if a user is actively using it. If a user is not actively using the session, it will expire after 30 days.
However, you can require users to log in at regular intervals by enforcing maximum session lengths on a perorganization basis.