diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-05-24 23:49:18 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-05-25 00:13:33 +0200 |
commit | 302353aa3b90bf3b70d33f05e6c78754d2f1bc7a (patch) | |
tree | 081da81f522a3bd27b41862b6c83f538d891c510 /doc/afb-daemon-vocabulary.md | |
parent | 01740abeafa96e11103b1366ae0129d4e87281aa (diff) |
begins the documentation
Change-Id: I560725dfa5dd7ab1ae5e91b45f5ba613c3a2c1de
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'doc/afb-daemon-vocabulary.md')
-rw-r--r-- | doc/afb-daemon-vocabulary.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/afb-daemon-vocabulary.md b/doc/afb-daemon-vocabulary.md new file mode 100644 index 00000000..7a4b6537 --- /dev/null +++ b/doc/afb-daemon-vocabulary.md @@ -0,0 +1,39 @@ +Vocabulary for AFB-DAEMON +========================= + version: 1 + Date: 24 mai 2016 + Author: José Bollo + +TABLE-OF-CONTENT-HERE + +## Authentification + +## Context + +## Level of authorisation (LOA) + +## Plugin + +## Request + +## Reply/Response + +## Service + +## Session + +A session records data as + +## Token + + +## UUID + +It stand for Universal Unic IDentifier. + +Its is designed to create identifier in a way that avoid has much as possible conflicts. +It means that if two differents instance create a UUID, the probability that they create the same UUID is very low, near to zero. + +## x-afb-token + +## x-afb-uuid |