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
I wish to have the ability to have attribute/relationships hiding based on authorization (policy, other class, function etc).
Is there anything possible at the moment? I think a general function that can be registered that checks if a user/entity is able to access an attribute would help greatly in the versatility of JsonApiDotNetCore on a more enterprise level.
Any thoughts on this? I am implementing this in business logic on the service level at the moment, but wish to move away from this soon.
Environment
JsonApiDotNetCore Version: latest
Other Relevant Package Versions:
The text was updated successfully, but these errors were encountered:
Thanks for reminding me. The latest docs have been deployed here. I'm still working on CI and they're still a WIP so feel free to contribute if you see something missing or wrong.
DescriptionMaybe
I wish to have the ability to have attribute/relationships hiding based on authorization (policy, other class, function etc).
Is there anything possible at the moment? I think a general function that can be registered that checks if a user/entity is able to access an attribute would help greatly in the versatility of JsonApiDotNetCore on a more enterprise level.
Any thoughts on this? I am implementing this in business logic on the service level at the moment, but wish to move away from this soon.
Environment
The text was updated successfully, but these errors were encountered: