mwarning / trigger

Android app to lock/unlock/ring doors. Supports generic HTTPS/SSH/Bluetooth/MQTT and Nuki Smartlock.
GNU General Public License v3.0
134 stars 22 forks source link

Add support for basic auth from the URL. #63

Closed zelch closed 3 years ago

zelch commented 3 years ago

That is, a URL such as https://user:password@example.com/open_door will now send user as the basic authentication username, and password as the password.

This has been tested, at least on my device in my environment.

mwarning commented 3 years ago

Thank you for this contribution. Please remove the .xml changes from the commit or add them to a different commit.

zelch commented 3 years ago

My apologies for those, I didn't catch that android studio staged those changes.

The commit has been redone with a force-push to just be the basic auth changes described in the commit message.

mwarning commented 3 years ago

It is in and will be part of the next release. :)