updae
This commit is contained in:
parent
3a02c7b635
commit
1290534ba1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue