System Information
- Strapi Version: 4
- Operating System: windows
- Database: sqllite
- Node Version: 16.16
CASE: Let’s say it is Blog website
I can’t find a consistent way to always be able to determine who created this post?
- i added a relation: [Post - author] (Many to one) [User from users permission plugin - posts]
Now how to add a way to automatically add this author with each post creation. (OfCourse post creation is with JWT auth)
Or at least make the createdBy works, i don’t know why it doesn’t work