Metadata-Version: 2.1
Name: authentication-app-psgrl
Version: 0.1.4
Summary: A Python package for JWT-based authentication
Home-page: https://github.com/raviforcebolt/jwt_authenticator.git
Author: Mohd Ravi
Author-email: mohd.ravi@cloudanalogy.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: PyJWT<3.0.0,>=2.7.0
Requires-Dist: psycopg2-binary<3.0.0,>=2.9.0
Requires-Dist: azure-functions<2.0.0,>=1.7.0
Requires-Dist: pytest<8.0.0,>=7.0.0

# jwt_authentication

# JWT Authenticator for Azure Functions  A simple and secure JWT authentication decorator for Azure Functions. This package provides a clean way to implement JWT-based authentication in your Azure Function applications.  

## Installation  ```bash pip install jwt-authenticator
