Open jh-RLI opened 2 weeks ago
Maybe django axes need to be configured https://django-axes.readthedocs.io/en/latest/6_integration.html
We consider to first update django to a more recent version. This PR offers the relevant changes to migrate to django 5 but it requires more testing.
Description of the issue
We want to implement #1363 for that we need a more sophisticated login approach that offers openid connect based user authentication. The package django-allauth offers this out of the box.
Ideas of solution
Install https://docs.allauth.org/en/latest/ Check if the new login system can be merged with the django allauth backend.
Workflow checklist