Open source headless CMS API written using NestJS, that has pre built modules like User Management, Role Management, Permission Management, Email Module, Account Settings, OTP, Throttling, RBAC support, Localization, and many more.
MIT License
508
stars
91
forks
source link
Add a json data field that can be used to update any sort of meta data #14
Is your feature request related to a problem? Please describe.
Looking at whats out there now, it will be very useful to have another column that would be a json field where we can store details like user tenancy data or external details that fall outside the context of authentication.
Example of such a thing was I wanted to some user data that would be available using the /profile api like external API keys.
I think right now I will be not implementing this feature since it is currently not required in base cms. If you want to feel free to add this I will review it. Thanks.
Is your feature request related to a problem? Please describe. Looking at whats out there now, it will be very useful to have another column that would be a json field where we can store details like user tenancy data or external details that fall outside the context of authentication.
Example of such a thing was I wanted to some user data that would be available using the
/profile
api like external API keys.