Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
46 changes: 46 additions & 0 deletions docs/features/packetid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
sidebar_position: 4
title: PocketID OAuth
---

PocketID OAuth Allows you to log in to Remnawave Dashboard via the decentralized identification service PocketID.

<div style={{ display: 'flex', justifyContent: 'center' }}>
<img src="/features/pocketid/pocketid-preview.png" alt="PocketID OAuth" width="800" style={{ borderRadius: '8px' }} />
</div>

---

### Setting up

1. Open Remnawave Panel and move to `Settings` -> `Telegram`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: Navigation error: should direct users to Settings -> PocketID, not Settings -> Telegram

2. Click on `PocketID` tab.
3. Enter:
- `PocketID Client ID`
- `PocketID Client Secret`
- `Plain Domain`, Your PocketID domain (pocketid.yourdomain.com).
- `Allowed Emails`, Enter your PocketID email.
4. Click on `Save` button.

---

### Configuring PocketID

1. Go to `Administration` > `OIDC Clients`
2. Click on `Add OIDC Client` button.
3. Enter:
- `Client Launch URL`
```bash
https://panel.domain.com
```
- `Callback URLs`
```bash
https://panel.domain.com/oauth2/callback/pocketid
```
4. Save the settings.

:::warning
Do not turn on `Puclic cient` and `PKCE`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: Spelling error: 'Puclic cient' should be 'Public client'

Suggested change
Do not turn on `Puclic cient` and `PKCE`
Do not turn on `Public client` and `PKCE`

:::

After that, a PocketID login button will appear in Remnawave.
Binary file added static/features/pocketid/pocketid-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.