Metadata-Version: 2.1
Name: b-cfn-custom-userpool-authorizer
Version: 0.0.8
Summary: Package that enables deployment of AWS CDK stacks in parallel.
Home-page: https://github.com/biomapas/B.CfnCustomUserPoolAuthorizer.git
License: Apache License 2.0
Keywords: AWS Cognito UserPool Authorizer
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: aws-cdk.assets (>=1.90.0)
Requires-Dist: aws-cdk.aws-cognito (>=1.90.0)
Requires-Dist: aws-cdk.aws-ec2 (>=1.90.0)
Requires-Dist: aws-cdk.cloud-assembly-schema (>=1.90.0)
Requires-Dist: aws-cdk.core (>=1.90.0)
Requires-Dist: aws-cdk.custom-resources (>=1.90.0)
Requires-Dist: aws-cdk.region-info (>=1.90.0)
Requires-Dist: aws-cdk.aws-apigatewayv2 (>=1.90.0)
Requires-Dist: aws-cdk.aws-lambda (>=1.90.0)
Requires-Dist: b-aws-cdk-parallel (<2.0.0,>=1.3.0)
Requires-Dist: b-cfn-lambda-integration (<1.0.0,>=0.0.8)
Requires-Dist: b-continuous-subprocess (<1.0.0,>=0.3.2)
Requires-Dist: b-lambda-layer-common (<2.0.0,>=1.18.0)



# Release history

### 0.0.8
* Fix testing configuration.

### 0.0.7
* Success! Authorizer can now successfully authorize tokens.

### 0.0.6
* First attempt to verify cognito user pool JWT token.

### 0.0.5
* Still work in progress. Requests and tests work. 
* Checking the actual access token - in progress.

### 0.0.3
* Work in progress. Added integration testing files.

### 0.0.1
* Initial build.


