Anyone have a n example of Validating Cf-Access-Jwt-Assertion from a worker
The JS example in the docs https://developers.cloudflare.com/cloudflare-one/identity/authorization-cookie/validating-json/ uses npm libraries, which means I have to use node_compat = true in wrangler.toml
Are they any examples that do not require this?
Are they any examples that do not require this?
When Cloudflare sends a request to your origin, the request will include an application token as a Cf-Access-Jwt-Assertion request header and as a …
