Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add password protection to the IDE #12

Open
khanakia opened this issue May 12, 2021 · 1 comment
Open

How to add password protection to the IDE #12

khanakia opened this issue May 12, 2021 · 1 comment

Comments

@khanakia
Copy link

How to add password protection to the IDE ?

@TobiasNickel
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants