Metadata-Version: 2.1
Name: idpyoidc
Version: 1.0.5
Summary: Python implementation of everything OAuth2 and OpenID Connect
Home-page: https://github.com/IdentityPython/idpy-oidc/
Author: Roland Hedberg
Author-email: roland@catalogix.se
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE

# idpyoidc

![CI build](https://github.com/IdentityPython/idpyoidc/workflows/idpyoidc/badge.svg)
![pypi](https://img.shields.io/pypi/v/idpyoidc.svg)
[![Downloads](https://pepy.tech/badge/idpyoidc)](https://pepy.tech/project/idpyoidc)
[![Downloads](https://pepy.tech/badge/idpyoidc/week)](https://pepy.tech/project/idpyoidc)
![License](https://img.shields.io/badge/license-Apache%202-blue.svg)

Implementation of everything OIDC and OAuth2.

idpyoidc is the 2nd layer in the JwtConnect stack (cryptojwt, idpyoidc)

Please read the [Official Documentation](https://idpyoidc.readthedocs.io/) for getting usage examples and further informations.


