from Hacker News

Ask HN: How to create gated static HTML page?

by mcbetz on 4/1/18, 9:07 PM with 5 comments

I do have a static HTML site that I want to make accessible via user/password authentification. I have at least 500 private users. Which options do I have apart from Netlify Pro's Identification (99$+/month), using Lamba on S3 (0) or fiddling with NGINX/Apache Basic HTTP Auth?

Setting up a full Laravel seems to be overkill as well. Hosted solution with custom HTML would be best, but any framework (PHP, Python, JS) would work too.

(0) (https://hackernoon.com/serverless-password-protecting-a-static-website-in-an-aws-s3-bucket-bfaaa01b8666)