capella-collab-manager icon indicating copy to clipboard operation
capella-collab-manager copied to clipboard

feat: Issue session token for usage with API

Open MoritzWeber0 opened this issue 6 months ago • 3 comments

Some sessions may want to automate tasks against the CCM API. A session token is issued as PAT and is valid for the duration of the session.

The session token should only have access to read-operations, not write-operations. Therefore, it's required to implement fine-grained tokens before this PR can be merged.

Resolves #1774.

MoritzWeber0 avatar Aug 16 '24 07:08 MoritzWeber0