Python microservice providing user authentication against LDAP server and returning a JSON Web Token.

2 stars 0 forks 2 watchers Python Apache License 2.0
2 Open Issues Need Help Last updated: Sep 17, 2025

Open Issues Need Help

View All on GitHub
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