teditor
teditor copied to clipboard
How to add password protection to the IDE
How to add password protection to the IDE ?
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.