cloudflare / serverless-registry

A container registry backed by Workers and R2.
Apache License 2.0
994 stars 35 forks source link

nit: skip upload state JWT verification as it now it lives in R2 #31

Closed gabivlj closed 6 months ago

gabivlj commented 6 months ago

The main reasoning is that we are preparing to remove the JWT encoding of the upload state. Using the R2 object that contains the state string is enough.