arad / documentation / decisions
Date: 2022-07-29
Decider(s): @jasoncolburne
Status: decided
We must provide an accessible template for a distributed app. With this we must implement a security model that will suffice for the general case.
- Isolate User Data in Identity
- Store User Data in Application Database
Chosen Option: Isolate User Data in Identity, to provide a better example.
Positive Consequences:
- User data is not accessible by arbitrary application services
Negative Consequences:
- Higher complexity