You are not logged in.
Pages: 1
I'm using mORMot with sqlite and the default authentication using TSQLAuthUser.
I've created a parallel table to store extended user details like contact details etc. What's the best way to protect this table so that a user can only view and update their own record? Or would it be easier to extend TSQLAuthUser and use a service to access this user record?
Offline
Set the proper rights in a TSQLAuthGroup for this extended user table.
Offline
Many thanks. I think a need to create a service.
Offline
Pages: 1