https://github.com/alcestes/mpstk-crash-stop
Raw File
Tip revision: 3104e4ddfdc03385f68f53325908136c4a18b421 authored by Alceste Scalas on 04 July 2022, 16:43:22 UTC
Update README.md
Tip revision: 3104e4d
oauth2.global
### Authorization protocol fragment, based on OAuth2 (RFC 6749).
###
### Copyright 2018 Alceste Scalas <alceste.scalas @ imperial.ac.uk>
### Released under the MIT License: https://opensource.org/licenses/MIT

server→client:{
  login  . client→auth:passwd(Str) . auth→server:auth(Bool) . end,
  cancel . client→auth:quit . end
}
back to top