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
1b5fba9 makes it possible to choose which scripts are enabled, but it would be better if we could also add an authentication layer.
If the client's GUI has a username and password input, we can just use those to authenticate with the builtin web server.
Example code: HTTP Server with Basic Authentication using BaseHTTP
The text was updated successfully, but these errors were encountered:
1b5fba9 makes it possible to choose which scripts are enabled, but it would be better if we could also add an authentication layer.
If the client's GUI has a username and password input, we can just use those to authenticate with the builtin web server.
Example code: HTTP Server with Basic Authentication using BaseHTTP
The text was updated successfully, but these errors were encountered: