Skip to content

Commit e9abe7f

Browse files
hyperlint-ai[bot]ranbel
authored andcommitted
Hyperlint Automation: Meta Description Fixes (#20471)
* Fix issue: WorkspaceTaskSubType.META_DESCRIPTION * Fix issue: WorkspaceTaskSubType.META_DESCRIPTION * Update src/content/docs/cloudflare-one/identity/authorization-cookie/application-token.mdx * Update src/content/docs/cloudflare-one/identity/authorization-cookie/index.mdx * Update src/content/docs/cloudflare-one/identity/authorization-cookie/application-token.mdx --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: ranbel <[email protected]>
1 parent bbba18e commit e9abe7f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/content/docs/cloudflare-one/identity/authorization-cookie/application-token.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pcx_content_type: reference
33
title: Application token
44
sidebar:
55
order: 2
6+
description: Learn how Cloudflare Access uses application tokens to secure your origin. Understand JWT structure and payloads.
67
---
78

89
Cloudflare Access includes the application token with all authenticated requests to your origin. A typical JWT looks like this:

src/content/docs/cloudflare-one/identity/authorization-cookie/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
pcx_content_type: concept
33
title: Authorization cookie
4+
description: Learn how Cloudflare Access uses CF_Authorization cookies to secure self-hosted web applications.
45
sidebar:
56
order: 12
67

@@ -9,7 +10,6 @@ sidebar:
910
import { Details, GlossaryTooltip } from "~/components"
1011

1112
When you protect a site with Cloudflare Access, Cloudflare checks every HTTP request bound for that site to ensure that the request has a valid `CF_Authorization` cookie. If a request does not include the cookie, Access will block the request.
12-
1313
## Access JWTs
1414

1515
The `CF_Authorization` cookie contains the user's identity in the form of a JSON Web Token (JWT). Cloudflare securely creates these tokens through the OAUTH or SAML integration between Cloudflare Access and the configured identity provider.

0 commit comments

Comments
 (0)