about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authormaride <maride@darknebu.la>2018-08-14 13:57:13 +0200
committermaride <maride@darknebu.la>2018-08-14 13:57:13 +0200
commitcfb006c2be8717ebd10d39b9dd64211ff7ce1eb0 (patch)
tree3fe376f90c6caf932a7cc32cb3f9b60c15385f69 /README.md
parent61c8c9d29824a7ec1ebfb96413ce1713260dfd57 (diff)
Add Login/Logout/Sessions using given access codes
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9e218b7..433f658 100644
--- a/README.md
+++ b/README.md
@@ -7,3 +7,14 @@ The companion ~cube~ container spawned specifically for one user.
 - Validator for flags
 - Temporary secret vault for the user
 - control endpoint of challenge containers for the user
+
+## Usage
+
+This executable needs some parameters to work properly:
+
+| Key | Required? | Description |
+|---|---|---|
+| `-port` | No | The port for HTTP. *Default: 8080* |
+| `-username` | No | Name of our user, as used e.g. in salutation. No length or charset limitation. *Default: Player 1* |
+| `-accessCode` | Yes | Access code for the user. *Default: AllYourCodesAreBelongToUs* |
+| `-sessionSalt` | Yes | Variable to salt the session token generator with. |