Where can I find Composer access keys?

Where can I find Composer access keys?

When installing the package from the Amasty Composer repository for the first time, the system requests the login (Public Key) and password (Private Key). These access keys can be generated and found in the customer account under Products → Access keys:



It is possible to manually store the keys in the repository, eliminating the need for authorization every time. Find the Magento root directory and indicate:

composer config --auth http-basic.composer.amasty.com $COMPOSER_AMASTY_USERNAME $COMPOSER_AMASTY_PASSWORD


Where 
$COMPOSER_AMASTY_USERNAME is the Public Key and  $COMPOSER_AMASTY_PASSWORD is the Private Key.

Alternatively, when prompted for access keys for the first time, you can authorize the system to save the credentials by typing yes.