-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update flask_authgen_jwt.py and setup.cfg
Correction of all bugs in the library but because of that was changed significant parts of the original functionality of the same library and in setup was changed the version and a error in the issues URL
- Loading branch information
Showing
2 changed files
with
42 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = Flask-authgen-jwt | ||
version = 1.1.3 | ||
version = 1.2.4 | ||
author = Diego Martinez and Guillermo Ortega | ||
author_email = [email protected] | ||
description = JWT authentication and generator for Flask routes | ||
|
@@ -9,7 +9,7 @@ long_description_content_type = text/markdown | |
requires-python = ">=3.9" | ||
url = https://github.com/dmtzs/Flask-authgen-jwt | ||
project_urls = | ||
Bug Tracker = https://github.com/miguelgrinberg/flask-httpauth/issues | ||
Bug Tracker = https://github.com/dmtzs/Flask-authgen-jwt/issues | ||
classifiers = | ||
Environment :: Web Environment | ||
Intended Audience :: Developers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters