You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
How to add password protection to the IDE ?
The text was updated successfully, but these errors were encountered: