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
Thanks for the awesome library.
SetField works well to handle authorizations when current userID is in the table.
Let's say I have a many to many relation such as :
User has Many Contacts
Contacts have many Users
I therefore have a user-contact table
What would be the feathers way to handle authorization on the Contact Table ? Could you implement it with setFields ?
Thanks a lot for your help,
The text was updated successfully, but these errors were encountered:
chrisbag
changed the title
Authorizationwith SetFields on many to many relationships tables
Authorization with SetFields on many to many relationships tables
Aug 17, 2021
daffl
transferred this issue from feathersjs-ecosystem/feathers-authentication-hooks
Dec 8, 2022
Hello,
Thanks for the awesome library.
SetField works well to handle authorizations when current userID is in the table.
Let's say I have a many to many relation such as :
What would be the feathers way to handle authorization on the Contact Table ? Could you implement it with setFields ?
Thanks a lot for your help,
The text was updated successfully, but these errors were encountered: