Do you know why it shows this error when running composer install? I already tried a lot of commands but nothing is working.
[UnexpectedValueException]
Your github oauth token for github.com contains invalid characters: "ghp_..."
I also tried to add on the auth.json file using http-basic but still doesn't work:
{
"http-basic": {
"github.com": {
"username": "...",
"password": "ghp_..."
}
}
}