googlecreativelab / coder

A simple way to make web stuff on Raspberry Pi
http://goo.gl/coder
Apache License 2.0
2.42k stars 275 forks source link

GPIO project fails when public #73

Open EZWrighter opened 10 years ago

EZWrighter commented 10 years ago

When attempting to use gpio on this project:

http://googlecreativelab.github.io/coder-projects/projects/blinky_lights/

The application will not work for anyone who has not authenticated.

If you add "blinky_lights" to your publicAllowed array in your server.js you can access the project without autheticating and none of the gpio works. You can access the page and see all of the functionality, it's just the buttons get no response in or out bound.

I think the authentication is great for editing, but I do want to open up apps for others to try out on my network.

Luuii commented 8 years ago

@jmstriegel Hi Jason, do yo know if the last version of coder has this enhancement ?