Skip to content

Commit 2555039

Browse files
committed
Add links
1 parent 3faf920 commit 2555039

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ overkill for my purposes. I'm happy to accept PRs that make life easier.
9797
I chose to use the `API_TOKEN` [secret](https://developers.cloudflare.com/workers/configuration/secrets/) for
9898
authentication/authorization to the [Controller](./workers/controller/) and to use the same token to make requests to
9999
the Cloudflare API. This simplified the approach by only having to have a single secret in the worker and sharing that
100-
secret with the Origin server. This allows the origin to make requests to the Cloudflare API or the Worker seemlessly.
100+
secret with the Origin server. This allows the origin to make requests to the
101+
[Cloudflare API](https://developers.cloudflare.com/api/) or the [Worker](https://developers.cloudflare.com/workers/)
102+
seamlessly.
101103

102104
The minimum permissions needed are:
103105

0 commit comments

Comments
 (0)