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
But I see the following aspects in Authentic that are different:
Authentic is an implementation of Protean, and will probably not be inherited. Users will use it for the out-of-the-box functionality, so will probably not tamper with the models.
Authentic is all about security, and the four meta fields are required to ensure backtracking and audits.
If Authentic were made available as a "Service" on the cloud, these meta fields would be necessary.
Let us include the four meta fields as part of Authentic. As usual, the correct way would be to create a custom Base Entity, inheriting from Entity, and add the audit fields to it, before inheriting all other entities from the customized Base Entity.
Meta fields created_by, updated_by, created_at and updated are missing in account entity.
Were they missed on purpose?
The text was updated successfully, but these errors were encountered: