Metadata-Version: 2.1
Name: authlit
Version: 0.1.3
Summary: A streamlit library which provides a Login/Sign-Up UI with an option to reset password, also supports cookies.
Home-page: https://github.com/AGI-24/st-auth.git
Author: Badal Sahani
Author-email: badalsahani8381@gmail.com
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
Requires-Dist: streamlit
Requires-Dist: extra_streamlit_components
Requires-Dist: streamlit_option_menu
Requires-Dist: streamlit_cookies_manager
Requires-Dist: sqlalchemy
Requires-Dist: pymysql
Requires-Dist: pymongo
Requires-Dist: argon2-cffi
Requires-Dist: bcrypt
Requires-Dist: PyYAML

# Authlit

## Overview

A streamlit library which provides a Login/Sign-Up UI with an option to reset password with Email OTP Validation, also supports cookies.

## Installation

You can install the package via pip:

```bash
pip install authlit
