django-auth-adfs 1.15.0__py3-none-any.whl → 1.15.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- django_auth_adfs/__init__.py +1 -1
- {django_auth_adfs-1.15.0.dist-info → django_auth_adfs-1.15.1.dist-info}/METADATA +8 -5
- {django_auth_adfs-1.15.0.dist-info → django_auth_adfs-1.15.1.dist-info}/RECORD +5 -5
- {django_auth_adfs-1.15.0.dist-info → django_auth_adfs-1.15.1.dist-info}/WHEEL +1 -1
- {django_auth_adfs-1.15.0.dist-info → django_auth_adfs-1.15.1.dist-info/licenses}/LICENSE +0 -0
django_auth_adfs/__init__.py
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: django-auth-adfs
|
|
3
|
-
Version: 1.15.
|
|
3
|
+
Version: 1.15.1
|
|
4
4
|
Summary: A Django authentication backend for Microsoft ADFS and AzureAD
|
|
5
5
|
License: BSD-1-Clause
|
|
6
|
+
License-File: LICENSE
|
|
6
7
|
Keywords: django,authentication,adfs,azure,ad,oauth2
|
|
7
8
|
Author: Joris Beckers
|
|
8
9
|
Author-email: joris.beckers@gmail.com
|
|
@@ -14,6 +15,7 @@ Classifier: Environment :: Web Environment
|
|
|
14
15
|
Classifier: Framework :: Django :: 4.2
|
|
15
16
|
Classifier: Framework :: Django :: 5.0
|
|
16
17
|
Classifier: Framework :: Django :: 5.1
|
|
18
|
+
Classifier: Framework :: Django :: 5.2
|
|
17
19
|
Classifier: Intended Audience :: Developers
|
|
18
20
|
Classifier: Intended Audience :: End Users/Desktop
|
|
19
21
|
Classifier: License :: OSI Approved
|
|
@@ -26,6 +28,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
26
28
|
Classifier: Programming Language :: Python :: 3.11
|
|
27
29
|
Classifier: Programming Language :: Python :: 3.12
|
|
28
30
|
Classifier: Programming Language :: Python :: 3.13
|
|
31
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
29
32
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
30
33
|
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
|
31
34
|
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
|
|
@@ -33,7 +36,7 @@ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
|
33
36
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
34
37
|
Requires-Dist: PyJWT
|
|
35
38
|
Requires-Dist: cryptography
|
|
36
|
-
Requires-Dist: django (>=4.2,<5.0) ; python_version
|
|
39
|
+
Requires-Dist: django (>=4.2,<5.0) ; python_version == "3.9"
|
|
37
40
|
Requires-Dist: django (>=4.2,<6) ; python_version >= "3.10"
|
|
38
41
|
Requires-Dist: requests
|
|
39
42
|
Requires-Dist: urllib3
|
|
@@ -54,8 +57,8 @@ ADFS Authentication for Django
|
|
|
54
57
|
:target: https://pypi.python.org/pypi/django-auth-adfs#downloads
|
|
55
58
|
.. image:: https://img.shields.io/pypi/djversions/django-auth-adfs.svg
|
|
56
59
|
:target: https://pypi.python.org/pypi/django-auth-adfs
|
|
57
|
-
.. image:: https://codecov.io/github/snok/django-auth-adfs/coverage.svg?branch=
|
|
58
|
-
:target: https://codecov.io/github/snok/django-auth-adfs?branch=
|
|
60
|
+
.. image:: https://codecov.io/github/snok/django-auth-adfs/coverage.svg?branch=main
|
|
61
|
+
:target: https://codecov.io/github/snok/django-auth-adfs?branch=main
|
|
59
62
|
|
|
60
63
|
A Django authentication backend for Microsoft ADFS and Azure AD
|
|
61
64
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
django_auth_adfs/__init__.py,sha256=
|
|
1
|
+
django_auth_adfs/__init__.py,sha256=uO6MFeiHZyNgf305wqfY6o9ZFDRoCN63fEMUR9yVA-o,137
|
|
2
2
|
django_auth_adfs/backend.py,sha256=c18wj5UvViQE-ZYmocz_bS9Iv-6sFdnzRnemlHNxmBg,18442
|
|
3
3
|
django_auth_adfs/config.py,sha256=Q6rsJHqVGESEdoLbLRn_H4qeH5c4knh3hKShdpjsSZ8,16376
|
|
4
4
|
django_auth_adfs/drf-urls.py,sha256=bBnN1WrgbHoiAs5hTGe-ovmVwwJ4D2xXpYtZVfE8l5U,221
|
|
@@ -10,7 +10,7 @@ django_auth_adfs/signals.py,sha256=HGD79-dZNEwqVuINoqe6jB_8K1RfuK5Q288RGamTtEU,1
|
|
|
10
10
|
django_auth_adfs/templates/django_auth_adfs/login_failed.html,sha256=1NQ5aCjo7iTLSxy2IXJZbzBp5MaxpfsfQwQ_PDFvgr4,652
|
|
11
11
|
django_auth_adfs/urls.py,sha256=4Cec5XbxrAqPHc_N3yMTC_m9UKZXsZktf3rO2niF4Bw,533
|
|
12
12
|
django_auth_adfs/views.py,sha256=MHKDCUEvBpNyBCUreX-cCnpp7ThfeoKt_rTt_1CBq9s,5319
|
|
13
|
-
django_auth_adfs-1.15.
|
|
14
|
-
django_auth_adfs-1.15.
|
|
15
|
-
django_auth_adfs-1.15.
|
|
16
|
-
django_auth_adfs-1.15.
|
|
13
|
+
django_auth_adfs-1.15.1.dist-info/METADATA,sha256=kB5u7Xad5gPB-F5-s5kwak8EMfv4DLwKLPDWcf9w6ZU,6993
|
|
14
|
+
django_auth_adfs-1.15.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
15
|
+
django_auth_adfs-1.15.1.dist-info/licenses/LICENSE,sha256=WGMaA474V3mIMiWEkbMc-rCVt-uZvIjF4NqP1AIvNZo,1277
|
|
16
|
+
django_auth_adfs-1.15.1.dist-info/RECORD,,
|
|
File without changes
|