canaille-globuzma/canaille/oidc
Éloi Rivard 6b5e3e1a8e
fix: py310 unit tests
For some reasons, list["Client"] does not resolve the ForwardRef in
python 3.10 as it does with typing.List["Client"], which in the end
breaks the memory backend model accessors.
2024-10-28 21:41:55 +01:00
..
endpoints refactor : added proper security logging level and refactored change email logging 2024-10-21 11:17:55 +02:00
templates chore: automitaclly fix typos 2024-09-11 09:33:42 +02:00
__init__.py Moved oidc blueprints in a dedicated file 2023-04-09 11:31:23 +02:00
basemodels.py fix: py310 unit tests 2024-10-28 21:41:55 +01:00
commands.py refactor: Rename BaseBackend in Backend 2024-05-03 22:25:20 +02:00
configuration.py refactor: apply ruff migrations for python 3.10+ 2024-10-28 09:13:00 +01:00
installation.py feat: use pydantic to validate the configuration 2024-03-28 17:44:26 +01:00
models.py refactor: apply ruff migrations for python 3.10+ 2024-10-28 09:13:00 +01:00
oauth.py chore: automitaclly fix typos 2024-09-11 09:33:42 +02:00
utils.py feat: flask-babel and pytz are now part of the front extras 2023-09-01 10:46:56 +02:00