Interaction of Cloudflare worker and RDS backend #9
RitikJaiswal75
started this conversation in
General
Replies: 1 comment
-
Design FrontendImplementationImplemented the working code for the successful interaction between JWT Interaction DetailsCloudflare Workers
Backend
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sending and receiving data between Cloudflare worker and RDS backend.
Here we are looking for a way to send and receive data between the RDS backend and Cloudflare worker. We need the means to verify the calls are coming only from the specified Cloudflare worker.
The method we chose was using RSA Private and Public keys and generating a JWT for the requests.
Beta Was this translation helpful? Give feedback.
All reactions