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
We want to better track who-is-doing-what to the Authserver (via Facet). To this end, the data models need a couple new fields.
At the very least, I suggest adding the following fields to the User and Client. These fields will point to a User id:
created_by
updated_by
I can see an argument, however, for adding more discrete annotations, like, deactivated_by for the User, or secret_deleted_by in the Client model.
deactivated_by
secret_deleted_by
@vykster - what do you think? can you flesh out these requirements for @gregmundy?
The text was updated successfully, but these errors were encountered:
Relates to https://github.com/brighthive/facet/issues/93
Sorry, something went wrong.
No branches or pull requests
We want to better track who-is-doing-what to the Authserver (via Facet). To this end, the data models need a couple new fields.
At the very least, I suggest adding the following fields to the User and Client. These fields will point to a User id:
created_by
updated_by
I can see an argument, however, for adding more discrete annotations, like,
deactivated_by
for the User, orsecret_deleted_by
in the Client model.@vykster - what do you think? can you flesh out these requirements for @gregmundy?
The text was updated successfully, but these errors were encountered: