David Hernandez

Results 2 issues of David Hernandez

**Background** I've built an API with local user accounts (custom user model), and with custom accessToken model (custom attributes & scopes.) For Ex. /login issues a limited access token with...

Can I rename the default deletedAt and delatedBy to deleted_at and deleted_by, just like with timestamps? timestamps: { createdAt: 'created_at', // Use `created_at` to store the created date updatedAt: 'updated_at'...