Ask HN: How to create gated static HTML page?
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)
5 comments
[ 3.0 ms ] story [ 21.8 ms ] thread[authentication server] -> [static server]
Unfortunately, this kind of defeats the purpose of having a static server.
Option 1 is using the Auth0 plugin [1, 2] Option 2 is using the Password Protect plugin [3]
Disclaimer: I work for Aerobatic.
[0] https://www.aerobatic.com/
[1] https://www.aerobatic.com/blog/announcing-auth0-plugin/
[2] https://www.aerobatic.com/docs/plugins/auth0/
[3] https://www.aerobatic.com/docs/plugins/password-protect/