GitBook: [docs] one page modified

This commit is contained in:
boneyard93501 2021-04-13 13:55:56 +00:00 committed by gitbook-bot
parent 1fd532ec38
commit 07020f5ef0
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -6,8 +6,6 @@ In the Fluence network, an application consists of one or more services composed
Aquamarine, as a composability medium, needs to take care of many aspects of security to enable composing services of different vendors in a safe way. Let's consider the example of authorization service a service that verifies permission: Aquamarine, as a composability medium, needs to take care of many aspects of security to enable composing services of different vendors in a safe way. Let's consider the example of authorization service a service that verifies permission:
\`\`\`{scala, tidy=FALSE, eval=FALSE, highlight=FALSE } // Pseudocode of a service interface service Auth: // Works only for the service creator def grant\_permission\(to\_peer: PeerId\) def check\_permission\(\): bool
```text ```text
// Pseudocode of a service interface // Pseudocode of a service interface
service Auth: service Auth: