lucidplot
lucidplot
CDCloudflare Developers
Created by 1984 Ford Laser on 1/7/2025 in #workers-discussions
Can you describe a bit more what this
the worker has a secret which it uses to verify each authenticated request
2 replies
CDCloudflare Developers
Created by 1984 Ford Laser on 1/7/2025 in #workers-discussions
Can you describe a bit more what this
yes, the idea with JWT is you sign or encyrpt a small token which is stored in a cookie. You can use the Jose library directly https://github.com/panva/jose or eg if you’re using Hono it has its own middleware for it
2 replies
CDCloudflare Developers
Created by Ben on 11/1/2024 in #durable-objects
access Durable Object Id from within the DO
ah ok I hadn’t seen that bug thread which HardlyWorkin referenced. I think you can access the ID though, just not the name it was derived from.
1 replies
CDCloudflare Developers
Created by lucidplot on 10/24/2024 in #durable-objects
I think I've found a bug in the SQLite
oh! I've just filed a bug report https://github.com/cloudflare/workerd/issues/2993
8 replies