Metadata-Version: 2.1
Name: cognito-overlay
Version: 0.0.1.dev1
Summary: Pseudo-application for simplifying authentication with Cognito
Home-page: https://github.com/cadetstar/cognito_overlay
Author: Michael Madison
Author-email: cadetstar@hotmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: boto3 (==1.12.35)
Requires-Dist: Flask (==1.1.2)

# Cognito Overlay

AWS Cognito is AWS's authentication framework.

This overlay is intended to leverage a Cognito User Pool and provide authorizers and a simplified API (via Flask App) that can be mounted into an existing API Gateway (rather than communicating with the Cognito service from the front-end directly).

A Terraform Module is also provided that will stand up the IAM roles and Cognito User Pool and groups. This can be referenced directly, or used as a basis for a different implementation.

