We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4042077 commit 6e9c273Copy full SHA for 6e9c273
README.md
@@ -3,11 +3,18 @@
3
4
<p align="center">
5
<a href="https://django-pyoidc.readthedocs.io">
6
- <img src="https://readthedocs.org/projects/django-pyoidc/badge/?version=main" />
+ <img src="https://readthedocs.org/projects/django-pyoidc/badge/?version=stable&style=plastic"/>
7
+</a>
8
+<a href="https://pypi.org/project/django-pyoidc/">
9
+ <img src="https://img.shields.io/pypi/v/django_pyoidc.svg"/>
10
11
12
+ <img src="https://img.shields.io/pypi/pyversions/django_pyoidc"/>
13
14
15
+ <img src="[https://img.shields.io/pypi/pyversions/django_pyoidc](https://img.shields.io/pypi/frameworkversions/django/django_pyoidc)"/>
16
</a>
-</p>
17
-[](https://pypi.org/project/django-pyoidc/)
18
19
This library allow *Single Sign On* (SSO) integration into Django through the [Open ID Connect (OIDC)]() protocol.
20
pyproject.toml
@@ -11,13 +11,20 @@ classifiers=["Topic :: Utilities",
"Intended Audience :: Developers",
"Environment :: Web Environment",
"Framework :: Django",
- "Development Status :: 3 - Alpha",
+ "Framework :: Django :: 3.2",
+ "Framework :: Django :: 4",
+ "Framework :: Django :: 4.0",
+ "Framework :: Django :: 4.1",
+ "Framework :: Django :: 4.2",
+ "Framework :: Django :: 5",
+ "Framework :: Django :: 5.0",
21
+ "Framework :: Django :: 5.1",
22
+ "Development Status :: 5 - Production/Stable",
23
"Programming Language :: Python :: 3 :: Only",
24
"Programming Language :: Python :: 3.9",
25
"Programming Language :: Python :: 3.10",
26
"Programming Language :: Python :: 3.11",
27
"Programming Language :: Python :: 3.12",
- "Programming Language :: Python :: 3.13",
28
"Topic :: Security"
29
]
30
description="Authenticate your users using OpenID Connect (OIDC)"
0 commit comments