Merge branch 'master' into assistant
Conflicts: doc/design/assistant/webapp.mdwn
This commit is contained in:
commit
c4830aaa6c
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ The webapp is a web server that displays a shiny interface.
|
||||||
* Listen only to localhost. **done**
|
* Listen only to localhost. **done**
|
||||||
* Instruct the user's web browser to open an url that contains a secret
|
* 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**
|
token. This guards against other users on the same system. **done**
|
||||||
* 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
|
* 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
|
GTK+ Webkit, that runs the webapp, and can know what user ran it, avoiding
|
||||||
needing authentication.
|
needing authentication.
|
||||||
|
|
Loading…
Reference in a new issue