alvarcarto / url-to-pdf-api

Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
MIT License
7.03k stars 779 forks source link

Support API keys in GET /api/render #141

Open cashpw opened 4 years ago

cashpw commented 4 years ago

This commit updates the authentication check so GET requests can, as POST requests already do, utilize the API_TOKENS for authentication.

HugoPoi commented 3 years ago

Reviewed ! Seems good to me.