Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃拕Fixed typo #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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: 1 addition & 1 deletion Docs.Site/Docs/Reference/Security.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Additional access tokens can be generated [from your profile page](https://www.m
The primary API key can be regenerated and new tokens can be easily created or revoked.

* Access tokens can be given a short description: this will help keeping track of where you used the access token and revoke it if necessary.
* Access tokens can be scoped to allow access only to a specific feed - limiting the surcace area to which a given access token can push packages.
* Access tokens can be scoped to allow access only to a specific feed - limiting the surface area to which a given access token can push packages.
* Access tokens can be given an optional expiration date, after which the token will no longer be valid.

Access tokens can be used for all authentication purposes, except logging into the MyGet.org website.
Expand Down