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
To ensure no unauthorized data access we need to attach the requesters user_id to the service queries.
This is, of course, not for each action required.
To keep the api of the services consistent, we should define one property name:
requester_id, requesterId
requesting_user, requestingUser
asker :D
...
pls propose/vote @locator-kn/backend
eg. verify that requesting user is part of conversation (get conversation by id):
To ensure no unauthorized data access we need to attach the requesters user_id to the service queries.
This is, of course, not for each action required.
To keep the api of the services consistent, we should define one property name:
pls propose/vote @locator-kn/backend
eg. verify that requesting user is part of conversation (get conversation by id):
The text was updated successfully, but these errors were encountered: