Hey @AzureDusk10
I was curious about how to achieve this.
My domain is handled by Cloudflare and I managed to password-protect a page by using Workers with Routes set to a specific path of my website.
For example, if you try to access the page
https://jptrinh.com/fr you will get denied. But adding the query parameter password with the right value, you can access it :
https://jptrinh.com/fr?password=123Not the most user-friendly, but I guess it gets the job done?