From cff7a78f8f711c5e0ef6fbf4be7926e4762ba7b0 Mon Sep 17 00:00:00 2001 From: Patrick Derks Date: Fri, 13 Feb 2026 16:29:10 +0100 Subject: [PATCH] feat: add more context for token fixes: #2102 --- products/paas/shopware/fundamentals/account.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/products/paas/shopware/fundamentals/account.md b/products/paas/shopware/fundamentals/account.md index 8bfdac024..5f921f309 100644 --- a/products/paas/shopware/fundamentals/account.md +++ b/products/paas/shopware/fundamentals/account.md @@ -37,6 +37,8 @@ The context is saved as `context-production.yaml` and stored alongside the main The `token` command manages personal access tokens, enabling secure authentication for both API and CLI operations without exposing your main account credentials. Personal access tokens are especially useful for automating workflows, such as authenticating in CI/CD pipelines or integrating with external systems. +A token inherits all permissions of the user who created it, except the ability to create new tokens. This means any action the user can perform, the token can perform as well. + ### Creating a Token Generate a new access token: