Skip to content
Open
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
2 changes: 2 additions & 0 deletions products/paas/shopware/fundamentals/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Choose a reason for hiding this comment

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

Did this has been fixed already?


### Creating a Token

Generate a new access token:
Expand Down