Skip to content

Commit 2d189ba

Browse files
Update src/content/docs/reference-architecture/diagrams/sase/augment-access-with-serverless.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 81bbd57 commit 2d189ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/reference-architecture/diagrams/sase/augment-access-with-serverless.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The code typically makes calls to either a [database](/d1/) or another API to ev
6666

6767
When a user successfully authenticates and is authorized to access a protected application, Cloudflare inserts a [JSON Web Token (JWT)](https://developers.cloudflare.com/cloudflare-one/identity/authorization-cookie/validating-json/) into the HTTP traffic sent to the origin. This token serves as a valuable asset for expanding custom business logic through secure processing. The format for that JWT is deterministic and rather lightweight to avoid overloading the requests towards origin unnecessarily.
6868

69-
Here is an example of a JWT send to an origin (use [jwt.io](http://jwt.io) to read the contents of a JWT)
69+
Here is an example of a JWT sent to an origin (use [JWT.io](http://jwt.io) to read the contents of a JWT)
7070

7171

7272
```json title="JWT content"

0 commit comments

Comments
 (0)