simple_openid_connect

View on PyPIReverse Dependencies (0)

1.1.0 simple_openid_connect-1.1.0-py3-none-any.whl

Wheel Details

Project: simple_openid_connect
Version: 1.1.0
Filename: simple_openid_connect-1.1.0-py3-none-any.whl
Download: [link]
Size: 61398
MD5: d31e443b5e8664afc4f69949e284cd95
SHA256: 17edbf1e7c9651d3845511c21f0293e958e75b83f6da0ffc82d1d7975d730d91
Uploaded: 2024-12-27 17:05:43 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: simple_openid_connect
Version: 1.1.0
Summary: Simple and opinionated OpenID-Connect relying party and resource server implementation
Author-Email: lilly <li[at]lly.sh>
Project-Url: Documentations, https://simple-openid-connect.readthedocs.io/en/stable/
Project-Url: Home, https://github.com/fsinfuhh/py_simple_openid_connect
Project-Url: Source, https://github.com/fsinfuhh/py_simple_openid_connect
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP :: Session
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Requires-Python: ~=3.9
Requires-Dist: cryptojwt (~=1.8)
Requires-Dist: furl (~=2.1)
Requires-Dist: pydantic (~=2.6)
Requires-Dist: requests (~=2.31)
Requires-Dist: django (>=3.2); extra == "django"
Requires-Dist: djangorestframework (~=3.13); extra == "djangorestframework"
Provides-Extra: django
Provides-Extra: djangorestframework
Description-Content-Type: text/markdown
[Description omitted; length: 4452 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.10.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
simple_openid_connect/__init__.py sha256=L_sgxYAobAkMQxe-EC0tyMjMI7glCk-2zLSsaMtYrl4 127
simple_openid_connect/base_data.py sha256=r0UbU0v2_xzw5bTI3Ko2xW1Q3Hl0hU_DVd6IlELa0Zk 3855
simple_openid_connect/client.py sha256=fpwk7UPE3CRaa7bNT_27MBIUGVXm_rFUtDjdAHGynvA 13420
simple_openid_connect/client_authentication.py sha256=CC5t64Hrb6WNfLaj0Oc5KfoCeuIlQ7P_fPNcR-k9A8I 3443
simple_openid_connect/data.py sha256=LzhOCB7w0qm8Q-2d0uxnWZuDye9pTiVokdOdOa9YsfI 64345
simple_openid_connect/discovery.py sha256=I3JmlJtqArZqloAu9h462zWKLtZ8spFekuaFDBFpnuo 1755
simple_openid_connect/exceptions.py sha256=GUEsyx6j8hdPQHGEMlv9zSftjrp7LMVZvhQ5Bk9XT8A 1174
simple_openid_connect/jwk.py sha256=by1qaTkA7KKE6o6vV8BPQJLFZ_23XHxe1gfVMw3q0H0 472
simple_openid_connect/pkce.py sha256=wXaW5TCaHT61mxe6mWnJ92umg6rvShdtc0vSiGvoXKw 2813
simple_openid_connect/rp_initiated_logout.py sha256=gbM3zFKXiGHybj4YmGhopHE0kgCMd1hgyxk5_k5Yuoo 621
simple_openid_connect/token_introspection.py sha256=thSy1h5xSoJ6E-z0sa5PUjNM8YBsEAijrpnXtGzvI6g 1509
simple_openid_connect/token_refresh.py sha256=G4vryNFRK5d0zkoFxsOb6Rm0VRVHXm8KRI0Xfr5_cOQ 1566
simple_openid_connect/userinfo.py sha256=uSTximYkZvgSiCLkVb_3dUfJVdbze4bcWEIky37mAFk 1393
simple_openid_connect/utils.py sha256=ORTSUo9CJrVhU5agsMTXx6k-nj8Hzl71TSzRyIBH_20 781
simple_openid_connect/flows/__init__.py sha256=FLE7yBSgplg-FyoCISRskVhxoSwdflsyyfjyvOWPU8M 343
simple_openid_connect/flows/authorization_code_flow/__init__.py sha256=EDXkgLe3pR5N-DG-opFI50n6Be3tUpLQ90t-YdDIc4Q 7293
simple_openid_connect/flows/authorization_code_flow/client.py sha256=mKWGp2--mm3aeB566kDevJUrM01-Cu7mkbV14mxfdN4 7784
simple_openid_connect/flows/client_credentials_grant/__init__.py sha256=JCEfgPutSeC-Cm9IbxguvbILdm_o6LRBFmkXTvTxE7Y 1827
simple_openid_connect/flows/client_credentials_grant/client.py sha256=Z6IADMudQD6HEbA-_oCWKYHFLMOizyr28wd7SevfuFg 1549
simple_openid_connect/flows/direct_access_grant/__init__.py sha256=F1FWGZdfNYRneU7rsCT1sahYrVpg3DktbivftbKVixo 2208
simple_openid_connect/flows/direct_access_grant/client.py sha256=uiWOJhOJqyyfwMJF8qqZ8ojpyGvC_QKUPHUmIqUhHog 1583
simple_openid_connect/integrations/__init__.py sha256=UGjiybJ6UXGL7DjRPCgQl7S_wHF57rKlxYOuhWPRcek 53
simple_openid_connect/integrations/django/__init__.py sha256=_G_rEYiLPjZBa9MhWY_EMUUW1mozJDSaO3-uXKtI6GQ 3787
simple_openid_connect/integrations/django/apps.py sha256=v6yjlqR-T0WvmBeuIfK2B9cOgId_LIfk6i9HSX0-4fk 8270
simple_openid_connect/integrations/django/decorators.py sha256=MbzI07UyQ4J1ZVfISqYRj-3dfdY4W6ube-9II0bKJfU 3553
simple_openid_connect/integrations/django/middleware.py sha256=F5rw5_N70CeARrb8c4wtRBad1sKPp22ZET51rFer51Y 2298
simple_openid_connect/integrations/django/models.py sha256=2fteX6WTud83HMjVW98XjEgxPH7PXdyZ2T2D9w5I35k 4442
simple_openid_connect/integrations/django/urls.py sha256=2yjVCJOQ-fW09kraRzq5l4ozTTgAdobSMp5GglyYE18 729
simple_openid_connect/integrations/django/user_mapping.py sha256=zWpGwSv5Fczn7_rGsv4Ud131ep-462cXwOlijDRbF2Q 8532
simple_openid_connect/integrations/django/views.py sha256=dHkCSoizE7Dp1cznqwmDOboywWXslq3IitbkkCHYJno 7203
simple_openid_connect/integrations/django/migrations/0001_initial.py sha256=4jA_nYJG3_B45Aqw6Z1lobp7IHi7RrJimLa-p5iyyuk 2630
simple_openid_connect/integrations/django/migrations/0002_move_sessions_id_token.py sha256=bv9EEj4zPoQQQFU7KOGBBg9XPqhs8y9-jkVd3_0b7IY 657
simple_openid_connect/integrations/django/migrations/0003_openidsession_add_raw_id_token.py sha256=N77W1-BXVYxURoN9U-iWLHv24xOsu2Vq6ngMe29abeI 418
simple_openid_connect/integrations/django/migrations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
simple_openid_connect/integrations/django/templates/simple_openid_connect/login_failed.html sha256=w5DMwi9s3hkxsa4tJdq5I22MrIYNh5Edujk00rSArtg 381
simple_openid_connect/integrations/djangorestframework/__init__.py sha256=NECEJOyjUfBwPTmGh0am_3KPJdEVavRuWW8UrS1WsWc 306
simple_openid_connect/integrations/djangorestframework/authentication.py sha256=jIujzZvxykzq8iCBPcUT1n4GO4QBbhrN6zqAa3Fyl70 2623
simple_openid_connect/integrations/djangorestframework/drf_spectacular_schema.py sha256=tqVPxrwiYiq-QX9ri21b2dIcUIh9RKg1L0ZckkxR14M 957
simple_openid_connect/integrations/djangorestframework/permissions.py sha256=iUuw9ToAYiDVAv1htNHO-gjZ32QW7gBN6BZ64tnvqYg 3731
simple_openid_connect-1.1.0.dist-info/LICENSE sha256=NiOAdtG6XBx6t8Yqlx-3fGVz8dRgGoeKGV3aAFFCKd0 1116
simple_openid_connect-1.1.0.dist-info/WHEEL sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI 82
simple_openid_connect-1.1.0.dist-info/METADATA sha256=ywYraEEohHqHP2Pp8FxRZgwtZK_OsLsJqyMVKrVAhNw 5824
simple_openid_connect-1.1.0.dist-info/RECORD