You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run `npm run dev` and see the task list from `testdata.sql` being logged to the console.
103
+
Run `npm run dev`, open http://localhost:5173 and see how the task list is logged to the console.
104
+
105
+
Open phpMyAdmin at http://localhost:8080, login with `root`:`root` and take a look at the database.
104
106
105
107
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.
106
108
107
-
## Function Details
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 (see [Multi Tenancy Documentation](https://github.com/mevdschee/php-crud-api#multi-tenancy-support)).
0 commit comments