Skip to content

Instantly share code, notes, and snippets.

@a-h
Created September 22, 2015 08:06
Show Gist options
  • Save a-h/bb88d61d36c328228de4 to your computer and use it in GitHub Desktop.
Save a-h/bb88d61d36c328228de4 to your computer and use it in GitHub Desktop.
Sequence Diagrams
@startuml
' http://plantuml.com/skinparam.html
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
title Authentication Sequence
Alice->Bob: Authentication Request
note right of Bob: Bob thinks about it
Bob->Alice: Authentication Response
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment