From 9ab338859d69257f1656bc85bf51fd6f7bdaa276 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 20 Oct 2025 17:51:25 +0100 Subject: [PATCH] Fix broken django-pyoidc --- docs/api-guide/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md index 69512dd7e..7f66573cc 100644 --- a/docs/api-guide/authentication.md +++ b/docs/api-guide/authentication.md @@ -501,5 +501,5 @@ More information can be found in the [Documentation](https://django-pyoidc.readt [django-rest-authemail]: https://github.com/celiao/django-rest-authemail [django-rest-durin]: https://github.com/eshaan7/django-rest-durin [login-required-middleware]: https://docs.djangoproject.com/en/stable/ref/middleware/#django.contrib.auth.middleware.LoginRequiredMiddleware -[django-pyoidc] : https://github.com/makinacorpus/django_pyoidc +[django-pyoidc]: https://github.com/makinacorpus/django_pyoidc [drf-auth-kit]: https://github.com/huynguyengl99/drf-auth-kit