Open Issues Need Help
View All on GitHub Add Dynamic User Model Support 2 months ago
AI Summary: The task is to modify the `authpool` Node.js package to allow users to dynamically extend the default user schema using a configuration option passed to the `startAuthServer` function. This involves refactoring the `User.js` model to accept and merge a custom schema extension, ensuring backward compatibility, and adding validation for the custom schema.
Complexity:
3/5
enhancement good first issue