Cloudflare Workers Toolkit
The core
module is exported at the root of the package. All other modules are scoped to their respective names.
Worker
that provides high level error handling, returning Problem Details responses.
Functions for working with JSON Web Keys and JSON Web Tokens.
Functions for working with RSA PKCS keys.
Logger
implementation for reporting errors to Sentry.
Miscellaneous functions for:
- Sanitizing objects by removing unknown values and optionally nulls
Check out the example
for more details.