Skip to content

Instantly share code, notes, and snippets.

@nkt
Created November 8, 2019 15:08
Show Gist options
  • Save nkt/7a9f6b9c3de25b6a236dcfdb7c0542d8 to your computer and use it in GitHub Desktop.
Save nkt/7a9f6b9c3de25b6a236dcfdb7c0542d8 to your computer and use it in GitHub Desktop.

```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