Skip to content

idpartner-app/python_oidc_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_oidc_client

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.

Installation

You can install the python_oidc_client package using pip:

pip install python_oidc_client

Usage

Please check the examples folder

Running Tests

To run tests, install the required dependencies and execute:

pytest

Running Flake8

To check the code for style compliance using Flake8, run:

flake8

Publish in PyPI

Build the dist folder:

python setup.py sdist bdist_wheel

Upload it:

twine upload dist/*

Insert creds:

username = __token__
password = pypi-XXXXXX-XXXXXX

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/idpartner-app/python_oidc_client.

License

The package is available as open source under the terms of the MIT License.

About

A Python client to interact with IDPartner using OIDC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages