From 4dde29c7ada5ae5e5bc5a4a5b75f85b181e0a60b Mon Sep 17 00:00:00 2001 From: badbuta Date: Wed, 13 Oct 2021 13:40:16 +0000 Subject: [PATCH] Add '2.md' --- 2.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 2.md diff --git a/2.md b/2.md new file mode 100644 index 0000000..1d3d6a8 --- /dev/null +++ b/2.md @@ -0,0 +1,7 @@ +```plantuml + Alice -> Bob: Authentication Request + Bob --> Alice: Authentication Response + + Alice -> Bob: Another authentication Request + Alic +``` \ No newline at end of file