teditor icon indicating copy to clipboard operation
teditor copied to clipboard

How to add password protection to the IDE

Open khanakia opened this issue 3 years ago • 1 comments

How to add password protection to the IDE ?

khanakia avatar May 12 '21 09:05 khanakia

currently the cli does not have password protection and user authentication. The simplest would be you do a fork, and add an basic auth middleware to the express server.

You can also basically follow any express js login tutorial for express.js on youtube and expose the public directory with the IDE files as well as the APIs behind a authentication requiering middleware.

Personally I Currently do not have the capasity to build this and to maintain this as an IDE. When taking it seriously, it would also be good to update vsCode to gain new IDE features.

TobiasNickel avatar May 12 '21 13:05 TobiasNickel