Metadata-Version: 2.1
Name: authapi
Version: 0.1.12
Summary: OAuth2 Code Grant Authentication API
Home-page: https://github.com/manucalop/authapi
License: MIT
Author: Manuel Castillo-Lopez
Author-email: manucalop@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Flask (>=2.1.2,<3.0.0)
Requires-Dist: cffi (>=1.15.0,<2.0.0)
Requires-Dist: pyOpenSSL (>=22.0.0,<23.0.0)
Requires-Dist: pydantic (>=1.9.1,<2.0.0)
Requires-Dist: requests-oauthlib (>=1.3.1,<2.0.0)
Project-URL: Repository, https://github.com/manucalop/authapi
