A Python module providing a Flask blueprint and associated functions for CTDS microservices such as gdcapi.
- Python >= 3.13
- Poetry for dependency management
Add this library to your project with:
poetry add cdis_oauth2client
from flask import Flask
import cdis_oauth2client
app = Flask(__name__)
app.register_blueprint(cdis_oauth2client.blueprint)To start development of this library, run:
poetry install --with dev