12 lines
201 B
Markdown
12 lines
201 B
Markdown
```mermaid
|
|
graph TD
|
|
Start --> End
|
|
```
|
|
|
|
```plantuml
|
|
Alice -> Bob: Authentication Request
|
|
Bob --> Alice: Authentication Response
|
|
|
|
Alice -> Bob: Another authentication Request
|
|
Alic
|
|
``` |