bogkonstantin / android_income_sms_gateway_webhook

Simple Android incoming SMS to URL forwarder
MIT License
388 stars 109 forks source link

Allow an optional Authorization header #32

Closed darkostanimirovic closed 1 year ago

darkostanimirovic commented 1 year ago

Hi, thanks for open sourcing this.

I have an endpoint on Supabase Edge Functions and it is secured by an auth token. What do you think about adding an optional Authorization header field to the modal?

Thanks

bogkonstantin commented 1 year ago

It is allowed - you have Headers parameter, put Auth header there {"Authorization":"your key"}