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 don't quite understand how Authorization works. What are permission , contextId, resourceId.
The documentation contains very short examples.
Maybe you have some examples of how to use Authorization/Permission/Context/Resource ?
The text was updated successfully, but these errors were encountered:
there is some information on authorization: in the documentation, but I admit its maybe not super clear on a few things. Simply put, a Permission instance defines that a user can do something (PermissionType), optionally also limited to a certain scope (ContextId, ResourceId). The interpretation of both ContextId and ResourceId is actually quite free and depends on your needs (you might not need it at all).
Best regards,
MZ.
I think I might add a more complete example with authorization in the future.
I don't quite understand how Authorization works. What are permission , contextId, resourceId.
The documentation contains very short examples.
Maybe you have some examples of how to use Authorization/Permission/Context/Resource ?
The text was updated successfully, but these errors were encountered: