An open API service indexing awesome lists of open source software.

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)

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.

![Basic HTTP Auth with CloudFront Functions](/assets/basic-http-auth-workflow.png)

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