Metadata-Version: 2.4
Name: openg2p-fastapi-auth
Version: 1.1.2
Summary: OpenG2P Library for initializing authn and authz for defined APIs
Project-URL: Homepage, https://openg2p.org
Project-URL: Documentation, https://docs.openg2p.org/
Project-URL: Repository, https://github.com/openg2p/openg2p-fastapi-common
Author-email: OpenG2P <info@openg2p.org>
License-File: LICENSE
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: cryptography~=41.0.4
Requires-Dist: openg2p-fastapi-common
Requires-Dist: python-jose~=3.3.0
Description-Content-Type: text/markdown

# OpenG2P FastAPI Auth

[![Pre-commit Status](https://github.com/OpenG2P/openg2p-fastapi-common/actions/workflows/pre-commit.yml/badge.svg?branch=1.1)](https://github.com/OpenG2P/openg2p-fastapi-common/actions/workflows/pre-commit.yml?query=branch%3A1.1)
[![Build Status](https://github.com/OpenG2P/openg2p-fastapi-common/actions/workflows/test.yml/badge.svg?branch=1.1)](https://github.com/OpenG2P/openg2p-fastapi-common/actions/workflows/test.yml?query=branch%3A1.1)
[![codecov](https://codecov.io/gh/OpenG2P/openg2p-fastapi-common/branch/1.1/graph/badge.svg)](https://codecov.io/gh/OpenG2P/openg2p-fastapi-common)
[![PyPI](https://img.shields.io/pypi/v/openg2p-fastapi-auth?label=pypi%20package)](https://pypi.org/project/openg2p-fastapi-auth)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/openg2p-fastapi-auth)](https://pypi.org/project/openg2p-fastapi-auth)

This package contains components required to bootstrap the authn & authz aspects for APIs defined.

## Usage

TBD
