Metadata-Version: 2.4
Name: secure-auth
Version: 0.1.0
Summary: Secure password hashing and validation utilities
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argon2-cffi>=23.1.0
Dynamic: license-file

# 🔐 Secure Auth (Python)

[![CI](https://github.com/Jasbir88/secure-auth-python/actions/workflows/tests.yml/badge.svg)](https://github.com/Jasbir88/secure-auth-python/actions)
[![Python](https://img.shields.io/badge/python-3.11%2B-blue.svg)](https://www.python.org/)
[![Security](https://img.shields.io/badge/security-OWASP%20aligned-green.svg)](https://owasp.org/)

A **production‑ready password security library** for Python featuring:

✅ **Argon2 hashing (OWASP recommended)**  
✅ **Password blacklist protection**  
✅ **Defensive verification**  
✅ **Hash rehash detection (upgrade‑safe)**  
✅ **CI‑tested & package‑ready**

---

## 🚀 Installation

```bash
pip install secure-auth
