Skip to content

Commit

Permalink
Added link to blog
Browse files Browse the repository at this point in the history
  • Loading branch information
ottokruse committed Aug 16, 2019
1 parent 4841f78 commit 9c83b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CloudFront authorization@edge

This repo accompanies the [blog post](https://aws.amazon.com/blogs/networking-and-content-delivery/).
This repo accompanies the [blog post](https://aws.amazon.com/blogs/networking-and-content-delivery/authorizationedge-using-cookies-protect-your-amazon-cloudfront-content-from-being-downloaded-by-unauthenticated-users/).

In that blog post a solution is explained, that puts Cognito authentication in front of (S3) downloads from CloudFront, using Lambda@Edge. JWT's are transferred using cookies to make authorization transparent to clients.

Expand Down
2 changes: 1 addition & 1 deletion SERVERLESS-REPO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Protect downloads of your content hosted on CloudFront with Cognito authentication using Lambda@Edge

This serverless application accompanies the [blog post](https://aws.amazon.com/blogs/networking-and-content-delivery/).
This serverless application accompanies the [blog post](https://aws.amazon.com/blogs/networking-and-content-delivery/authorizationedge-using-cookies-protect-your-amazon-cloudfront-content-from-being-downloaded-by-unauthenticated-users/).

In that blog post a solution is explained, that puts Cognito authentication in front of (S3) downloads from CloudFront, using Lambda@Edge. JWT's are transferred using cookies to make authorization transparent to clients.

Expand Down

0 comments on commit 9c83b08

Please sign in to comment.