mirror of
https://github.com/fluencelabs/gitbook-docs
synced 2025-05-10 06:57:14 +00:00
GitBook: [docs] one page modified
This commit is contained in:
parent
1fd532ec38
commit
07020f5ef0
@ -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:
|
||||
|
||||
\`\`\`{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
|
||||
// Pseudocode of a service interface
|
||||
service Auth:
|
||||
|
Loading…
x
Reference in New Issue
Block a user