password secured page

Is it possible to create a page that requires a password to access?
8 Replies
JosBot
JosBot2y ago
You can use something like StaticShield from Vercel or a Cloudflare App! Though I'd recommend something like StaticShield, it's pretty easy to setup.
JosBot
JosBot2y ago
SiteName
StaticShield
StaticShield is the easiest way to password protect websites
Rebecca Caine - Huntsville 385
Know the cost?
JosBot
JosBot2y ago
StaticShield is free to my knowledge!
zegevlier
zegevlier2y ago
This does not look like good security to me. It will still load the static site, it'll just redirect the user if they are not logged in. This is trivial to bypass. A better solution would use workers. If you check the token in a worker, and only allow them through if it is valid, it would be a lot more secure
Chaika
Chaika2y ago
You could just use Cloudflare Access as well, but it doesn't support Passwords, would have to use Email single use tokens or hook up an identity provider like Google/Github, although that is more secure
i40west
i40west2y ago
Wow, yeah, that StaticShield thing is a toy, not suitable for any real use
JosBot
JosBot2y ago
Yeah it's useful when you want some quick, temporary protection so I recommended it; I don't really know the scope of the site but good points

Did you find this page helpful?