This commit is contained in:
Joey Hess 2012-05-31 15:48:26 -04:00
parent 8a0a07ab10
commit 2941d30bda

View file

@ -7,6 +7,9 @@ The webapp is a web server that displays a shiny interface.
token. This guards against other users on the same system. token. This guards against other users on the same system.
* I would like to avoid passwords or other authentication methods, * I would like to avoid passwords or other authentication methods,
it's your local system. it's your local system.
* Alternative for Linux at least would be to write a small program using
GTK+ Webkit, that runs the webapp, and can know what user ran it, avoiding
needing authentication.
## interface ## interface