edit this page Upgrade
Upgrading To 0.3 From 0.2
Asana stopped supporting API keys, so now we must use a Personal Access Token. See Asana's directions for generating a personal access tokens. Then update the config/asana.php
config file with the new token:
'accessToken' => env('ASANA_TOKEN'),