Skip to content

Instantly share code, notes, and snippets.

@jccguimaraes
Created February 27, 2019 11:12
Show Gist options
  • Save jccguimaraes/17139e4b845214ae276feb9b857f475f to your computer and use it in GitHub Desktop.
Save jccguimaraes/17139e4b845214ae276feb9b857f475f to your computer and use it in GitHub Desktop.
Simple example taken from PlantUML
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment