Metadata-Version: 2.1
Name: Flask-authgen-jwt
Version: 1.0.0
Summary: JWT authentication and generator for Flask routes
Home-page: https://github.com/dmtzs/Flask-authgen-jwt
Author: Diego Martinez and Guillermo Ortega
Author-email: gd-code@outlook.com
Project-URL: Bug Tracker, https://github.com/miguelgrinberg/flask-httpauth/issues
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: MicroPython
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center">
  <!-- <img width="300" src="" alt="Cover image"> -->
  <h1 align="center" style="margin: 0 auto 0 auto;">Flask-authgen-jwt</h1>
  <h5 align="center" style="margin: 0 auto 0 auto;">A flask library to generate JWT and authenticate using JWT</h5>
</p>

<p align="center">
  <img src="https://img.shields.io/github/last-commit/dmtzs/Flask-authgen-jwt?logo=Conventional Commits">
  <img src="https://img.shields.io/github/contributors/dmtzs/Flask-authgen-jwt?logo=Handshake">
  <img src="https://img.shields.io/github/issues/dmtzs/Flask-authgen-jwt?label=issues&logo=Eclipse Mosquitto">
  <img src="https://img.shields.io/github/stars/dmtzs/Flask-authgen-jwt">
  <img alt="GitHub top language" src="https://img.shields.io/github/languages/top/dmtzs/Flask-authgen-jwt?logo=python">
</p>

<p align="center">
  <img src="https://img.shields.io/github/languages/code-size/dmtzs/Flask-authgen-jwt">
  <img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/dmtzs/Flask-authgen-jwt">
  <img alt="Lines of code" src="https://img.shields.io/tokei/lines/github/dmtzs/Flask-authgen-jwt?label=total%20lines%20in%20repo">
  <img alt="GitHub language count" src="https://img.shields.io/github/languages/count/dmtzs/Flask-authgen-jwt">
  <img alt="GitHub language count" src="https://github.com/dmtzs/Flask-authgen-jwt/actions/workflows/pylint.yml/badge.svg">
</p>

- [Documentation](#Documentation)
- [Supported versions for releases](#Supported-versions-for-releases)


## Documentation
You can go to the documentation going to the wiki of this repository or click [here](#) to go to the wiki directly

## Supported versions for releases
Still in development
