You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -96,12 +96,13 @@ overkill for my purposes. I'm happy to accept PRs that make life easier.
96
96
97
97
I chose to use the `API_TOKEN`[secret](https://developers.cloudflare.com/workers/configuration/secrets/) for
98
98
authentication/authorization to the [Controller](./workers/controller/) and to use the same token to make requests to
99
-
the Cloudflare API. This simplified the approach by only having to have a single secret in the worker and sharing that
99
+
the [Cloudflare API](https://developers.cloudflare.com/api/). This simplified the approach by only having to have a single secret in the worker and sharing that
100
100
secret with the Origin server. This allows the origin to make requests to the
101
101
[Cloudflare API](https://developers.cloudflare.com/api/) or the [Worker](https://developers.cloudflare.com/workers/)
102
102
seamlessly.
103
103
104
-
The minimum permissions needed are:
104
+
The minimum [API Token](https://developers.cloudflare.com/fundamentals/api/get-started/create-token/) permissions needed
0 commit comments