A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Return URI with Https
-
Hi. I am trying to create a module for my Neato Botvac D5. (robot vacuum cleaner).
Neato have an official javascript SDK (https://github.com/NeatoRobotics/neato-sdk-js) that i am using.
My problem is that whenever i logon, i am returned to https page. So i have 2 questions.
How should the url looks like in order to be returned to my module, so that the SDK can pick up the auth_token?
How do i handle the fact that OAuth require the return uri to be https? -
Whenever I try to access a file in a myModule/public/ then i get an error
Cannot GET /myModule/callback.js
-
Shouldn’t the files in the public folder be accessible from a browser?