italia / spid-cie-oidc-django

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

fix: typos, uniform ctype in userinfo, jwt ES stored in TextField #291

Closed rglauco closed 6 months ago

rglauco commented 6 months ago

fixed typo in provider settings uniformed content-type userinfo response for SPID and CIE changed fetched_entity_statement jwt to TextField chore: stick to django v4

sallner commented 6 months ago

Sorry for the late questions @peppelinux, but why are you sticking to Django 5 at the moment? Is there a specific reason for that? If you do not support Django 5 it is possible to use the trove classifier for 4 only, but this limits the installation of my application. I used it with django 5 currently and it did not seem to break. Do I miss something?

peppelinux commented 6 months ago

=4.0,<5.0

means that you can use all the version equal or major of 4 and inferior than 5

sallner commented 6 months ago

Thanks for that information. I know what it means, but not what the reason was for this restriction. Let's discuss it further down in #298 .