benzman81 / homebridge-http-webhooks

A http plugin with support of webhooks for Homebridge: https://github.com/nfarina/homebridge
GNU General Public License v3.0
178 stars 57 forks source link

Upgrade `http-auth` to v4 #191

Open tjenkinson opened 8 months ago

tjenkinson commented 8 months ago

V4 removes monkey patching of the http which is a bit risky and confusing (https://github.com/gevorg/http-auth/commit/54091adfe2cd8626121f2e7e319a04f209a55f74), so thought it would be good to upgrade.

Note I don't have this running locally atm so haven't tested it, but from the docs it looks like it should work 🤞