@eleventy
Authentication is whats missing. I just can't tell if it's the auth service, if it's the static paradigm or if it's just me and my lack of experience in this realm.
@braindouche ah, yeah—auth on static sites requires an extra layer.
There are a bunch of options:
1. Serverless
2. Edge
3. Hosting specific features: e.g. https://docs.netlify.com/visitor-access/overview/
Here’s a demo that shows OAuth with Eleventy Serverless: https://github.com/11ty/demo-eleventy-serverless-oauth (and a bonus video on it too, why not: https://www.youtube.com/watch?v=EiwIe8lduGs)
@eleventy
Cool, thanks! I will check it out.
@braindouche what’s missing? How can we help?