1 Open Issue Need Help Last updated: Jun 27, 2025

Open Issues Need Help

View All on GitHub

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