juanifioren / django-oidc-provider

OpenID Connect and OAuth2 provider implementation for Djangonauts.
http://django-oidc-provider.readthedocs.org
MIT License
423 stars 238 forks source link

feat/django_4_upgrade #399

Closed dkdndes closed 2 years ago

dkdndes commented 2 years ago

Hello, @Juan

I updated your repository and made it work with Django 4, and added a missing Login template within the app example. I am not a user of tox; please check mine and see what you can add to make your tox work with Django 4. As it stands with my pull request, all tests are passed, but below Django LTS 3, it will not work.

Please consider if that's what you want. I hope you find this helpful, and it saves you some time.

Close #394, #395, #345, #341 (and other related to non Django LTS Versions)

dkdndes commented 2 years ago

Didn't see develop branch, will merge it first and the re-request.