Skip to content

Commit

Permalink
fix: grammar in security-tokens doc (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva authored Dec 16, 2024
1 parent bc9ae96 commit 6484a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hub/security-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ We recommend you create one access token per app or usage. For instance, you cou

This way, you can invalidate one token without impacting your other usages.

We also recommend only using fine-grained tokens for production usage. The impact, if leaked, will be reduced, and they can be shared among your organization without impacting your account.
We also recommend using only fine-grained tokens for production usage. The impact, if leaked, will be reduced, and they can be shared among your organization without impacting your account.

For example, if your production application needs read access to a gated model, a member of your organization can request access to the model and then create a fine-grained token with read access to that model. This token can then be used in your production application without giving it access to all your private models.

0 comments on commit 6484a58

Please sign in to comment.