From 1290534ba164e67e555fc1fc7048f0a783c1df9d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 26 Jul 2012 05:21:05 -0400 Subject: [PATCH 1/2] updae --- doc/design/assistant/webapp.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn index 598c1ff3a4..0f6051d6d6 100644 --- a/doc/design/assistant/webapp.mdwn +++ b/doc/design/assistant/webapp.mdwn @@ -2,9 +2,9 @@ The webapp is a web server that displays a shiny interface. ## security -* Listen only to localhost. +* Listen only to localhost. **done** * Instruct the user's web browser to open an url that contains a secret - token. This guards against other users on the same system. + token. This guards against other users on the same system. **done** * 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 From c3131aafc44c424bebd401b1c57f5650ff5d9113 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 26 Jul 2012 05:22:17 -0400 Subject: [PATCH 2/2] updae --- doc/design/assistant/webapp.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn index 0f6051d6d6..8cdbd270f4 100644 --- a/doc/design/assistant/webapp.mdwn +++ b/doc/design/assistant/webapp.mdwn @@ -5,8 +5,8 @@ The webapp is a web server that displays a shiny interface. * Listen only to localhost. **done** * Instruct the user's web browser to open an url that contains a secret token. This guards against other users on the same system. **done** -* I would like to avoid passwords or other authentication methods, - it's your local 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.