Metadata-Version: 2.1
Name: cognito-overlay
Version: 0.0.1.dev4
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
Description: # 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.
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
