amimof / huego

An extensive Philips Hue client library for Go with an emphasis on simplicity
MIT License
250 stars 36 forks source link

Remote Authentication #13

Open ragurney opened 4 years ago

ragurney commented 4 years ago

Hello,

Could you give an example of Remote Authentication, or add it to the readme? Thank you!

amimof commented 4 years ago

Hi @ragurney Thanks for your input. Can you please explain a bit more on what you mean. What is it you are trying to achieve?

ragurney commented 4 years ago

Hi @amimof, I'm talking about adding a nice API to wrap Hue's remote authentication API. You can see a very hacky preview of the kinds of changes necessary here https://github.com/ragurney/huego/commit/9b69e8ea09c6d7fd50f9f0d8230ab15d28d02241. I'd be happy to work on a PR for this if this is some functionality you want and we can agree on an API for Huego.

amimof commented 4 years ago

@ragurney Very interesting. I haven't looked at the remote auth API before. I just came back from a long parental leave so my hope is to have a look at it during next week.