python_oidc_client is a Python package that simplifies OpenID Connect (OIDC) client operations within Flask applications. This package provides functionalities to interact with OIDC providers, making authentication and authorization processes easier.
You can install the python_oidc_client package using pip:
pip install python_oidc_client
Please check the examples folder
To run tests, install the required dependencies and execute:
pytest
To check the code for style compliance using Flake8, run:
flake8
Build the dist folder:
python setup.py sdist bdist_wheel
Upload it:
twine upload dist/*
Insert creds:
username = __token__
password = pypi-XXXXXX-XXXXXX
Bug reports and pull requests are welcome on GitHub at https://github.com/idpartner-app/python_oidc_client.
The package is available as open source under the terms of the MIT License.