I'd like to control a light-bulb from outside my home network (ideally from an AWS Lambda function).
I understand that doing this is possible, as per this page (authentication required).
I have defined my app and I have my app's ID, ClientID, ClientSecret and callback URL.
However, the authentication process (OAuth2) is quite complex, although documented here (again, you need to be authenticated to access this page).
Is there a library that handles the process for me? Ideally an NPM module ... I found a number of Philips Hue related projects (huejay, js-hue, ...) but none deals with the authentication part for external applications.
PS: I've also posted this message to the Meethue forum, but hope I might get a response here quicker.
PPS: This question is now outdated, I think as there is an official Remote API.