Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Include Cloudflare Docs links and tighten up information.
  • Loading branch information
B-Interactive committed Apr 14, 2024
1 parent c9e6ef4 commit 7d34705
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,12 @@ The admin area has been completely revised from the official plugin. Instead of

### API Token

An API token must be created in your Cloudflare dashboard, for this plugin. For security sake, the token should only be used for this plugin and provide only the permissions necesarry for the plugin to work. I'd recommend setting up Client IP Address Filtering when creating the token too. Where feasible, restrict access to only the IP addresses that need it (eg: your webserver's IP where WordPress is installed).
An API token must be created in your Cloudflare dashboard, for this plugin.
See [Cloudflare Docs - Create an API token](https://developers.cloudflare.com/fundamentals/api/get-started/create-token/)

- **Cloudflare** > **My Profile** > **API Tokens** > **API Tokens** > [Create Token]
The created token should only be used for this plugin. I strongly recommend setting up [Client IP Address Filtering](https://developers.cloudflare.com/fundamentals/api/how-to/restrict-tokens) when creating the token. Where feasible, restrict access to only the IP addresses that need it (eg: your webserver's IP where WordPress is installed). This will significantly improve the security of your API Token.

Only grant the API Token permissions necesarry for the plugin to work, to again improve the security of this API Token.
Must have permission for: **Account - Stream:Edit**

### Use Signed URLs
Expand Down

0 comments on commit 7d34705

Please sign in to comment.