Metadata-Version: 2.1
Name: cognito_token_validator
Version: 0.1.0
Summary: A package for validating AWS Cognito tokens and using them as decorators in Flask routes or standalone Python functions
Home-page: https://github.com/dhinesh03/cognito-token-validator
Author: Dhinesh Kumar Sundaram
Author-email: dhinesh.gs@gmail.com
License: MIT
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
License-File: LICENSE

# Token Validator

A Python package for validating AWS Cognito tokens and using them as decorators.
You can use this package with Flask or any other Python framework.

## Installation

```bash
pip install cognito-token-validator
```
Usage
Initialization
First, initialize the TokenValidator with the necessary parameters:

```python

