You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/access-controls/applications/http-apps/authorization-cookie/validating-json.mdx
When Cloudflare sends a request to your origin, the request will include an [application token](/cloudflare-one/access-controls/applications/http-apps/authorization-cookie/application-token/) as a `Cf-Access-Jwt-Assertion` request header. Requests made through a browser will also pass the token as a `CF_Authorization` cookie.
11
11
@@ -108,33 +108,42 @@ When Cloudflare Access is in front of your [Worker](/workers), your Worker still
108
108
109
109
The following code will validate the JWT using the [jose NPM package](https://www.npmjs.com/package/jose):
0 commit comments