Skip to content

Commit

Permalink
add doc for basic authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Oct 28, 2021
1 parent 8b86b2d commit 42bb102
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,19 @@ Chat

After launching start_bridge.launch, let's open http://localhost:%PORT_OF_YOURCHOICE%/roswww/chat.html with a browser in two windows. Once you send a message from one of the windows, the message will be shown in both windows.

Basic Authentication
====================

To enable basic authentication, start a launch file with a `basic` and `basic_yaml` arguments

$ roslaunch roswww roswww.launch basic:=true basic_yaml:=%PATH_TO_YAML_FILE%

The example of `%PATH_TO_YAML_FILE%` like below, which a dictionary of %USER_NAME% and %PASSWORD.

# example passwrod file
user: password


Support, communication
==========================

Expand Down

0 comments on commit 42bb102

Please sign in to comment.