v2.1.0
Add support for authentication with an API token
Upgrade guide:
If you want to use an API token instead of an API key, add the following to your cloudflare.php
configuration file:
/**
* API token generated from the User Profile 'API Tokens' page.
*/
'token' => env('CLOUDFLARE_TOKEN'),
And then add your API token to the CLOUDFLARE_TOKEN
in your .env
file.