subaud
  • Tags
  • Resume
  • About
  • Feed
  • Guides
Sign In

API

7 posts


Verifying Clerk JWTs in Cloudflare Workers

Verifying Clerk JWTs in Cloudflare Workers

Authentication typically happens in one of two places: the frontend checks if a user is logged in before showing protected UI, and the backend validates tokens before processing requests. There's a third option—verifying JWTs at the edge, in a Cloudflare Worker, before requests reach your backend infrastructure.

Dec 29, 2025 • Court Schuett
#Cloudflare #AWS #Security
Securing API Keys with AWS Secrets Manager and Cloudflare Workers

Securing API Keys with AWS Secrets Manager and Cloudflare Workers

API keys for backend authentication create a fundamental challenge in web applications: the credentials need to authenticate requests but cannot be exposed to clients. Hardcoding keys in frontend bundles or environment variables leaves them visible in browser developer tools. Anyone who opens the network tab can extract the key and

Dec 26, 2025 • Court Schuett
#AWS #Cloudflare #GitHub
Deploying AWS Applications with Cloudflare Workers and Cloud Connector

Deploying AWS Applications with Cloudflare Workers and Cloud Connector

A comprehensive guide on using Cloudflare as a security and CDN layer for AWS-hosted applications, with edge-level API key injection

Jul 26, 2025 • Court Schuett
#AWS #CDK #Security
Secure S3 Image Uploads and Viewing with Presigned URLs and Cognito

Secure S3 Image Uploads and Viewing with Presigned URLs and Cognito

A deep dive into securely managing user-specific image uploads to S3 using presigned URLs and authorizing access for viewing with AWS Cognito.

May 12, 2025 • Court Schuett
#AWS #Storage #Cognito
Securing API Gateway with Lambda@Edge

Securing API Gateway with Lambda@Edge

A detailed guide on implementing secure API Gateway endpoints using Lambda@Edge for request verification and API key management

Jan 06, 2025 • Court Schuett
#AWS #CDK #Security
CDK Cognito Protected API Demo with Postman

CDK Cognito Protected API Demo with Postman

In this demo we will see how to deploy a Cognito protected API and test it with Postman using OAuth 2.0 for authentication and login

Oct 31, 2024 • Court Schuett
#CDK #Cognito #API
Creating a React based WebSocket reader for KDS

Creating a React based WebSocket reader for KDS

In this demo, we will be building a React based WebSocket reader that uses Amazon API Gateway to read data from a Kinesis Data Stream

May 09, 2023 • Court Schuett
#AWS #Streaming #API
Page 1 of 1

© 2026 subaud

Opinions and statements are my own.