Does anyone knows how to setup an authentication of cloud9 IDE. I'd like to have an authentication so that the source codes would not access publicly and it should be logged in before can touch the source codes.
P.S. I already have cloud9 own my network and it is working very well.
Easiest way is to plug into the connect plugin in cloud9 and add connect auth middleware to do basic authentication there. As far as I know there are no public extensions available that do this for you but some devs have added this to their own projects.
edit Nowadays Cloud9 comes with built in basic authentication (in commit cf98892)