Skip to content

Commit

Permalink
enhancement(GH): Add Scope instruction text for access with token nod…
Browse files Browse the repository at this point in the history
…es (#3644)

Adds Scope instructions to help for token access to Streams and Accounts

Co-authored-by: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com>
Co-authored-by: Alan Rynne <alan@speckle.systems>
  • Loading branch information
3 people authored Nov 5, 2024
1 parent b1601f7 commit 407022b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public ServerAccountComponent()
: base(
"Account from Server/Token",
"AccST",
"Returns an account based on a Server URL and a token. URL can be a stream url too.\n TREAT EACH TOKEN AS A PASSWORD AND NEVER SHARE/SAVE IT IN THE FILE ITSELF",
"Returns an account based on a Server URL and a token. URL can be a stream url too.\n You'll need to raise a token with at least Profile:Read and Stream:Read to access your account data. Add Stream:Write to enable publishing.\n TREAT EACH TOKEN AS A PASSWORD AND NEVER SHARE/SAVE IT IN THE FILE ITSELF",
ComponentCategories.PRIMARY_RIBBON,
ComponentCategories.COMPUTE
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public StreamGetWithTokenComponent()
: base(
"Stream Get with Token",
"SGetWT",
"Returns a stream that will authenticate with a specific user by their Personal Access Token.\n TREAT EACH TOKEN AS A PASSWORD AND NEVER SHARE/SAVE IT IN THE FILE ITSELF",
"Returns a stream that will authenticate with a specific user by their Personal Access Token.\n You'll need to raise a token with at least Profile:Read and Stream:Read to access your account data. Add Stream:Write to enable publishing.\n TREAT EACH TOKEN AS A PASSWORD AND NEVER SHARE/SAVE IT IN THE FILE ITSELF",
ComponentCategories.PRIMARY_RIBBON,
ComponentCategories.COMPUTE
)
Expand Down

0 comments on commit 407022b

Please sign in to comment.