spotonlive / laravel-google-ads

Google Ads API for Laravel
MIT License
64 stars 58 forks source link

oauth2 OOB Deprecation #60

Open trymedo opened 2 years ago

trymedo commented 2 years ago

I've received an email from Google stating that the Out-Of-Band (OOB) Flow is being deprecated very soon (September/October 2022)

Is there a plan to update this repository to use a different authentication method that's supported?

https://developers.google.com/identity/protocols/oauth2/resources/oob-migration

For now I think I may need to fork the repo and make the changes myself but if anyone is able to let me know if/when this will be updated that would be amazing :) I'll create a PR of the changes if it's something you'd like to update here.