From 13d3e4c648036f6e26d450c4dfdbd4999cf0e8a8 Mon Sep 17 00:00:00 2001 From: blendoit Date: Fri, 4 Oct 2019 13:09:31 -0700 Subject: Ignore pyc files and update docs --- doc/diagram.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/diagram.txt (limited to 'doc/diagram.txt') diff --git a/doc/diagram.txt b/doc/diagram.txt new file mode 100644 index 0000000..668ec61 --- /dev/null +++ b/doc/diagram.txt @@ -0,0 +1,17 @@ + ┌─────┐ ┌───┐ ┌────┐ + │Alice│ │Bob│ │John│ + └──┬──┘ └─┬─┘ └─┬──┘ + │Authentication Request │ │ + │───────────────────────>│ │ + │ │ │ + │Authentication Response │ │ + │<─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─│ │ + │ │ │ + │ another Authentication Request │ + │<─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ │ + │ │ │ + │ another Authentication Response │ + │ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─>│ + ┌──┴──┐ ┌─┴─┐ ┌─┴──┐ + │Alice│ │Bob│ │John│ + └─────┘ └───┘ └────┘ -- cgit v1.2.3