Skip to content
Merged
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
55 changes: 55 additions & 0 deletions docs/user/admin/app-tokens.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
sidebar_position: 5
id: app-tokens
title: App Tokens
---
## 🔑 App Tokens

App Tokens allow you to connect external apps and services (such as WebDAV clients) securely without using your main password.

---

### ✅ How to Create an App Token

1. Go to the **App Tokens** section in your OpenCloud account settings.
2. Click on **“+ New”** to create a new token.
3. Enter a **name** for the token (e.g., "WebDAV Client").
4. Select an **expiration date** for added security.
5. Click **Create**.

<img src={require("./img/app-tokens/create.png").default} alt="Create App Token" width="400"/>

---

### 📋 Copy the Token

- Once the token is created, it will be shown **only once**.
- **Copy it immediately** and store it in a secure place.

<img src={require("./img/app-tokens/copy-token.png").default} alt="Copy Token" width="400"/>

> ⚠️ If you lose the token, you’ll need to delete it and create a new one.

---

### 🔧 Use the Token

You can now use the token in place of your password when connecting:

- WebDAV
- External apps
- Third-party services

---

### 🗑️ Delete a Token

If a token is no longer needed:

1. Go back to the **App Tokens** section.
2. Click the **trash icon** next to the token to remove it.

This ensures unused tokens cannot be misused.

> ✅ Use App Tokens for better security and control when connecting external services.

Binary file added docs/user/admin/img/app-tokens/copy-token.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/admin/img/app-tokens/create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/admin/img/app-tokens/enter-name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/admin/img/app-tokens/select-date.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/user/general/account-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,13 @@ Under **GDPR** you can request a **data export** of your personal data if you wi

---

## App Tokens

App Tokens allow you to connect external apps and services (such as WebDAV clients) securely without using your main password.

<img src={require("./img/account-settings/app-tokens.png").default} alt="GDPR" width="1920"/>

---

With these settings you can **customize** and **optimize** your user **account** according to your needs!

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.