OpenG2P FastAPI Auth
Introduction
This is a Python package that provides additional support, particularly Authentication and Authorization, to the OpenG2P FastAPI Common Library. This page describes different concepts within the library and instructions on how to use it.
Technical concepts
This package/library contains API Authentication and Authorization helpers for Rest API Services that are bootstrapped by the OpenG2P FastAPI Common Library. Details:
Name | Description |
---|---|
Login Provider |
|
AuthController | TODO |
OauthController | TODO |
JwtBearerAuth | TODO |
ApiAuthSettings | TODO |
Installation
This section describes instructions for installing the package. Primarily intended for developers using this module.
Install python3 for your environment.
Set up a virtualenv in your project directory. Using:
Clone openg2p-fastapi-common.
Then Install the common package using pip:
Usage guide
This section describes instructions for using the package/library. Primarily intended for developers using this module to build their own projects.
TODO
Configuration
TODO
Source code
OpenG2P FastAPI Common Module Source Code - https://github.com/OpenG2P/openg2p-fastapi-common/tree/develop/openg2p-fastapi-auth
Last updated