Skip to content

uc-cdis/cdiserrors

Repository files navigation

Auth Errors to be used by the auth systems that might be used in Gen3 services.

Installation

$ pip install cdiserrors

or

$ poetry add cdiserrors

Flask Support

This provides:

  • cdiserrors.make_json_error(ex: Exception) -> Response
  • cdiserrors.setup_default_handlers(app: Flask)
$ pip install cdiserrors[flask]

or

$ poetry add cdiserrors -E flask