Skip to content

Commit dc2274a

Browse files
authored
Update README.md
1 parent 62e3f35 commit dc2274a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ Open phpMyAdmin at http://localhost:8080, login with `root`:`root` and take a lo
106106
107107
The required properties `id`, `userId`, `$created`, `$updated`, `$deleted` and `$synchronized` are set and updated automatically, you do not need to modify them manually. By default, UUIDv4 is used for new ids.
108108
109+
When the user is authenticated with `login()`, new records will get the `userId` property automatically and all `read`, `list`, `update` and `delete` requests are limited to the users records. Detailed documentation: [Multi Tenancy Documentation](https://github.com/mevdschee/php-crud-api#multi-tenancy-support).
110+
109111
## Function Details
110112
111113
### useSync(endpoint)

0 commit comments

Comments
 (0)