are there examples showing how to do authentication in a cloudflare worker ?
Hi Folks
I am investigating how to use cloudflare workers as an api getway. I have a go service that is running in cly.io and i want to restrict calls made to this service to all be authenticated. So that plan is to put qorkers in front of that api.
here is the flow
The idea is to call either supabase or clerk from the cloudflare worker and redirect the call to my service once it is authenticated. Are there any examples close to this i could learn from ?
Best regards
I am investigating how to use cloudflare workers as an api getway. I have a go service that is running in cly.io and i want to restrict calls made to this service to all be authenticated. So that plan is to put qorkers in front of that api.
here is the flow
client --> cloudfare-workers -> my-go-ap The idea is to call either supabase or clerk from the cloudflare worker and redirect the call to my service once it is authenticated. Are there any examples close to this i could learn from ?
Best regards
