Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

38 lines (20 loc) · 1.25 KB

worker

Cloudflare Workers Toolkit

Version Example Issues

Modules

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

Usage

Check out the example for more details.