Username and Password fields

Hello, I'm a 3D modeler trying to create a website using Cloudflare pages where I can sell my 3D models. I'm happy with my HTML/CSS, and have managed some javascript as well. The main features I need to figure out implementing are uploading/downloading 3D models, and enabling a username and password field that I can log into, in order to access my website 'admin controls' page, where I will upload new models, edit prices, etc. I don't have a lot of spare time in general, so any kind of help would be greatly appreciated. From what I've gathered (if I'm not mistaken), I need to create some kind of Worker that acts as the website authenticator, to enable the login function, in conjunction with Page functions. Can anyone give me some advice or help guide me through this process?? Thanks.
3 Replies
Archon
ArchonOP4w ago
I should mention that I'm willing to pay the right person to help me, make me an offer.
fry69
fry694w ago
Cloudflare Docs
HTTP Basic Authentication | Cloudflare Workers docs
Shows how to restrict access using the HTTP Basic schema.
Archon
ArchonOP3w ago
Thanks, I'll check that out when I get home from work. Ok, so from what I've read, I will want to use Cloudflare Access on my Cloudflare Pages website to enable basic authentication (such as by email). If I do it that way, I shouldn't have to install and mess with node.js and/or npm. My problem now is, I'm finding documentation explaining things, but not what to actually DO, which is quite frustrating.
Want results from more Discord servers?
Add your server