2025-05-23 UTC
#
LadyBanana Yes. I'm planning on having anything needing a backend go through Cloudflare Workers, though I'd like to limit the amount of requests that go through it. Comment submission flow looks like login ->backend adds row to sql db with token and 30 minute timeout, user copies token and puts it in comments submission form, then submits comment. I think that only takes two calls to my backend, the login and comment submission?