Skip to content
Snippets Groups Projects
Verified Commit 6a65d8b3 authored by Nik | Klampfradler's avatar Nik | Klampfradler Committed by Jonathan Weth
Browse files

Downgrade OAuth toolkit to 1.7.1 and release bugfix

(cherry picked from commit 196467bc)
parent cb68593a
No related branches found
No related tags found
No related merge requests found
Pipeline #97518 canceled
......@@ -28,6 +28,14 @@ Removed
* It caused major performance issues and is not useful with the new
frontend anymore
`2.12.1`_ - 2022-11-06
----------------------
Fixed
~~~~~
* An invalid backport caused OIDC clients without PKCD to fail.
`2.12`_ - 2022-11-04
--------------------
......@@ -970,3 +978,4 @@ Fixed
.. _2.11: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.11
.. _2.11.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.11.1
.. _2.12: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12
.. _2.12.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12.1
......@@ -113,7 +113,7 @@ django-allauth = "^0.51.0"
django-uwsgi-ng = "^1.1.0"
django-extensions = "^3.1.1"
ipython = "^8.0.0"
django-oauth-toolkit = "^2.0.0"
django-oauth-toolkit = "^1.7.1"
django-redis = "^5.0.0"
django-storages = {version = "^1.11.1", optional = true}
boto3 = {version = "^1.17.33", optional = true}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment