Metadata-Version: 2.1
Name: streamlit-cognito-auth
Version: 0.1.3
Summary: A Streamlit component for authenticating users with AWS Cognito
Home-page: https://github.com/pop-srw
Author: Sarawin Khemmachotikun
Author-email: khemmachotikun.s@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Streamlit Cognito Auth

A Streamlit component for authenticating users with AWS Cognito

## Installation

To install the package, you can use pip:

```shell
pip install streamlit-cognito-auth
```

## Usage

To use the package in your Streamlit app, you should first import the package:

```python
from streamlit_cognito_auth import CognitoAuthenticator
```

## Example

You can find an example of how to use the package in the examples directory.
