Metadata-Version: 2.4
Name: securityauth
Version: 1.0.0
Summary: Reusable authentication and security backend for Python applications.
Author: Johan Viji Skariah
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bcrypt
Requires-Dist: cryptography
Dynamic: license-file

# SecurityAuth

Reusable authentication backend for Python applications.

Currently supports:

- Password authentication
- AES encryption
- PBKDF2 key derivation
- bcrypt hashing
- Session management
- Security questions
- Rate limiting
