italia / spid-cie-oidc-django

The SPID/CIE OIDC Federation SDK, written in Python
Apache License 2.0
27 stars 28 forks source link

[Chore][Provider] Divide spid_cie_oidc.provider.views in different files #138

Closed peppelinux closed 2 years ago

peppelinux commented 2 years ago

We need separate file not more than 254lines of code

at this moment we have these two files: https://github.com/italia/spid-cie-oidc-django/tree/main/spid_cie_oidc/provider/views

well, we need to remove views.py and have specializied naming for each endpoint

so:

peppelinux commented 2 years ago

Done here https://github.com/italia/spid-cie-oidc-django/pull/141