Open Issues Need Help
View All on GitHub Exclude unnecessary modules from test coverage measurement about 1 month ago
enhancement good first issue github_actions
Python microservice providing user authentication against LDAP server and returning a JSON Web Token.
Python
AI Summary: The task requires migrating the Python FastAPI microservice away from using Pydantic's `populate_by_name` function, which is deprecated. This involves identifying all instances of `populate_by_name` within the codebase and refactoring them to use alternative, recommended methods provided by Pydantic's documentation. Thorough testing will be necessary to ensure the functionality remains unchanged after the migration.
Complexity:
4/5
good first issue
Python microservice providing user authentication against LDAP server and returning a JSON Web Token.
Python