diff options
author | Joey Hess <joey@kitenet.net> | 2012-05-31 15:48:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-05-31 15:48:26 -0400 |
commit | 2941d30bda3adc7420dd8f800192d7154e960bc2 (patch) | |
tree | 05003ac81390b9dff9b8270c36bf67bfd01a350d | |
parent | 8a0a07ab100d5db384eb1039ed821c16698d47ba (diff) |
update
-rw-r--r-- | doc/design/assistant/webapp.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn index 857b5972b..abf7b38c9 100644 --- a/doc/design/assistant/webapp.mdwn +++ b/doc/design/assistant/webapp.mdwn @@ -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. * I would like to avoid passwords or other authentication methods, 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 |