Created
September 22, 2015 08:06
-
-
Save a-h/bb88d61d36c328228de4 to your computer and use it in GitHub Desktop.
Sequence Diagrams
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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