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:
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.
@vykster - what do you think? can you flesh out these requirements for @gregmundy?
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_byupdated_byI can see an argument, however, for adding more discrete annotations, like,
deactivated_byfor the User, orsecret_deleted_byin the Client model.@vykster - what do you think? can you flesh out these requirements for @gregmundy?