|
|
|
|
|
by techthumb
1676 days ago
|
|
In that case you could create a backend endpoint that accepts a request and makes the call with the API key on behalf of the client/front-end. The title of the article says OAuth, and hence assumed that you wanted an authenticated client to be able to make the call to the backend for subscribing. |
|
This is what is happening, except instead of a backend endpoint hosted on my own VPS, I'm using a Cloudflare worker.
"The title of the article says OAuth, and hence assumed that you wanted an authenticated client to be able to make the call to the backend for subscribing."
An authenticated client is necessary in order to retrieve the email of the client.