We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simply adds a suffix or prefix to the policy being attached to the token, making the schema namespace_relation_suffix if set.
namespace_relation_suffix
e.g. files_edit becomes ory_files_edit (prefix) or files_edit_ory (suffix).
files_edit
ory_files_edit
files_edit_ory
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Simply adds a suffix or prefix to the policy being attached to the token, making the schema
namespace_relation_suffix
if set.e.g.
files_edit
becomesory_files_edit
(prefix) orfiles_edit_ory
(suffix).The text was updated successfully, but these errors were encountered: