filecoin-saturn / L1-node

Filecoin Saturn L1 Node • The edge cache layer of Filecoin's decentralized CDN 🪐
Other
140 stars 49 forks source link

Verify JWT #509

Closed guanzo closed 8 months ago

guanzo commented 8 months ago

Handles https://github.com/filecoin-saturn/L1-node/issues/494

Verifies JWTs with https://github.com/max-lt/nginx-jwt-module

JWTs can be submitted as a query param or in the Authorization header.

Requests will fail if:

⚠This PR cannot be deployed to production until the prod JWT lambda is running and arc clients are updated to use prod JWTs.

gruns commented 8 months ago

🎉 👏