andrewshilliday / garage-door-controller

Software to monitor and control garage doors via a raspberry pi
MIT License
327 stars 132 forks source link

Authentication Through URL? #26

Closed justsomeguy1983 closed 7 years ago

justsomeguy1983 commented 8 years ago

Is there a way to modify the twisted portion of the code to allow authentication through the url? E.G. http://user:password@xxx.xxx.xxx.xxx:8081 I've tried to change the code around but havent been successful in this,

Can someone who knows twisted help with this? Thanks!

andrewshilliday commented 7 years ago

Not that I'm aware of. However, you could just turn authentication off entirely. If you are embedding the username and password in the URL, then you're not really being all that secure anyway.