knocklabs / javascript

Official JavaScript packages for interacting with Knock
https://knock.app/
MIT License
10 stars 2 forks source link

Allow multiple hosts to work around firewall blocks #149

Open aldenquimby opened 1 month ago

aldenquimby commented 1 month ago

Background

Reverse Proxy

Ask

Implementation Ideas

connorlindsey commented 1 month ago

Hey @aldenquimby, thanks for the detailed issue! This would definitely be a nice improvement to the api client but not something we can immediately tackle. If you'd be willing to open a PR, that would be amazing! One note is that we'd prefer to update the host param to accept a string or array rather than introduce an additional property.

aldenquimby commented 1 month ago

Thanks @connorlindsey , I'll give it a shot!