...
- Click "Create token"
- Fill in a unique label describing the use of the token
- Example, if you need to provide access to updates to a third party a good to example would be "53-upgrade-project-by-partner-x", this will allow you to revoke access later.
- Copy the password, you will not get access to this again!
For login to get updates, use your Installation key found higher up on the same page, and the password you retrieved and saved in step 3.
Optional: Save authentication token in auth.json to avoid repeatedly typing
...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "config": { "basic-auth": { "updates.ez.no": { "username": "<login/label><installation-key>", "password": "<password>" } } } } |
...