Metadata-Version: 2.4
Name: rodrigo0000-fastapi-core-auth
Version: 1.0.0
Summary: Authentication module for FastAPI with JWT, OAuth2, and user management
Home-page: https://github.com/Rodrigo0000ESP/ComponentsFactory
Author: Rodrigo Diaz Munoz
Author-email: rodrigo@example.com
Keywords: fastapi authentication jwt oauth2 security
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Framework :: FastAPI
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.104.1
Requires-Dist: python-jose[cryptography]>=3.3.0
Requires-Dist: passlib[bcrypt]>=1.7.4
Requires-Dist: python-multipart>=0.0.6
Requires-Dist: bcrypt>=4.1.1
Requires-Dist: sqlalchemy>=2.0.36
Requires-Dist: pydantic[email]>=2.10.5
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

FastAPI Core Auth - Reusable authentication module with JWT tokens, OAuth2 password flow, and user repository pattern
