diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-05-30 15:00:57 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-05-30 15:51:50 +0200 |
commit | ec667b3dfe10945dc6fa140ef5acaaf10a437db9 (patch) | |
tree | 8eff27cc0b2811061819861cc797051bfd25bdce /doc/afb-application-writing.md | |
parent | 5b5a2534e5effa69c800c2384c90dff4bc887c09 (diff) |
update documentation
Change-Id: I64a28ead6a82658dd9a95c7d54742dbe018ef574
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'doc/afb-application-writing.md')
-rw-r--r-- | doc/afb-application-writing.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/afb-application-writing.md b/doc/afb-application-writing.md index ead31a91..70dde783 100644 --- a/doc/afb-application-writing.md +++ b/doc/afb-application-writing.md @@ -74,12 +74,14 @@ of the client named session. ### Handling sessions Plugins and features of the binder need to keep track of the client -instances. In principle, a binder afb-daemon is launched by application -instance. But for services, a binder +instances. This of importance for plugins running as service +because they may have to separate the data of each client. + +For common HTML5 browser running an HTML5 application. ### Exchanging tokens -At start, the framework communicate a common secret to both the binder +At start, the framework communicates a common secret to both the binder and its client: the application. This initial secret is the initial token. |