Invalid credentials (HTTP 403)

Hai, I need help, always get Invalid credentials when run composer install. I use username as email and password as License Key. what wrong?

Your passwords should be key.

check your auth.json
Should look like this.

{
    "http-basic": {
        "gateway.octobercms.com": {
            "username": "your_october_email@gmail.tld",
            "password": "your_project_key_0Zxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxj"
        }
    }
}

Hi and welcome @hamdanidev

Something else to try is the project set command to see if the key is still valid.

php artisan project:set <PROJECT KEY>

Get in touch and someone from the team can verify your account details: Contact Us - October CMS

1 Like