https://github.com/sergiopichardo/basic-http-auth
How to password protect your static website with basic HTTP authentication (RFC 7617)
https://github.com/sergiopichardo/basic-http-auth
basic-http-auth cloudfront cloudfront-functions s3
Last synced: 3 months ago
JSON representation
How to password protect your static website with basic HTTP authentication (RFC 7617)
- Host: GitHub
- URL: https://github.com/sergiopichardo/basic-http-auth
- Owner: sergiopichardo
- Created: 2024-11-11T17:36:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T18:53:39.000Z (7 months ago)
- Last Synced: 2024-11-11T19:40:01.669Z (7 months ago)
- Topics: basic-http-auth, cloudfront, cloudfront-functions, s3
- Language: TypeScript
- Homepage: https://sergiopichardo.com/posts/basic-http-auth
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic HTTP Auth with CloudFront Functions
This project demonstrates how to implement basic HTTP authentication using AWS CloudFront Functions.

To learn how it works, check out the [blog post](https://sergiopichardo.com/posts/basic-http-auth)!