User owned entities #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Each user should have an entirely separate exposure of data.
Entities such as
Transactions
Accounts
Will have an owner field of type User. Whenever a CRUD operation is performed, the requester's API key is used to identify the user, and then match it with the 'owner' Field to determine the set of objects the user may interact with.
Fixed