Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation fixes 1.6.1 #7664

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Minor fixes
  • Loading branch information
philippjfr committed Jan 24, 2025
commit 6be012350d9df9fdaa85a3b59afd05013e8be913
5 changes: 2 additions & 3 deletions doc/how_to/authentication/pam.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

For scenarios where you want to leverage your system's existing user credentials, configuring PAM (Pluggable Authentication Modules) authentication is an effective solution. PAM authentication allows your application to authenticate users using the operating system's user database, eliminating the need to manage separate credentials.

```{admonition} Prerequisites
## Prerequisites

PAM authentication requires the [`pamela` library](https://github.com/minrk/pamela). Install it with:

:::::{tab-set}
Expand All @@ -25,8 +26,6 @@ conda install -c conda-forge pamela

:::::

```

## Setting up PAM authentication

PAM authentication can be set up by specifying the --oauth-provider pam command-line argument (despite PAM not being an OAuth provider). User credentials are inherited directly from the system, simplifying the authentication process. Here’s how to configure it:
Expand Down
2 changes: 2 additions & 0 deletions doc/how_to/editor/vscode_configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ pip install panel watchfiles jupyter_bokeh ipykernel

::::{tab-item} conda

```bash
conda install -c conda-forge panel watchfiles jupyter_bokeh ipykernel
```

::::

Expand Down
Loading