From 39d86d9680fe54ee400203ad2f9f899080145a2d Mon Sep 17 00:00:00 2001 From: dmtzs Date: Tue, 19 Dec 2023 17:21:32 -0600 Subject: [PATCH 1/2] Update security.md and flask_authgen_jwt.py Updated security file for the unsupported version and supported. Also deleted the contributor that did nothing --- SECURITY.md | 4 +++- src/flask_authgen_jwt.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 7796d04..31f22b9 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -11,11 +11,13 @@ Release and components versions supported. Supported versions of the releases and other components of this project that are not necessary releases. This releases are stored in this repository and can be requested via github API. | Version | Supported | | ------- | ------------------ | -| Flask-authgen-jwt 4.1.2 | :white_check_mark: | +| Flask-authgen-jwt 4.2.3 | :white_check_mark: | Not supported versions of releases. | Version | Supported | | ------- | ------------------ | +| Flask-authgen-jwt 4.2.2 | :x: | +| Flask-authgen-jwt 4.1.2 | :x: | | Flask-authgen-jwt 4.1.1 | :x: | | Flask-authgen-jwt 4.1.0 | :x: | | Flask-authgen-jwt 4.0.0 | :x: | diff --git a/src/flask_authgen_jwt.py b/src/flask_authgen_jwt.py index 4da30f3..ae2c5f2 100644 --- a/src/flask_authgen_jwt.py +++ b/src/flask_authgen_jwt.py @@ -2,7 +2,7 @@ flask_authgen_jwt ================== This module provides creation of new jwt also using basic auth to get the jwt and decode of the jwt. -:copyright: (C) 2022 by Diego Martinez Sanchez and Guillermo Ortega Romo. +:copyright: (C) 2022 by Diego Martinez Sanchez. :license: MIT, see LICENSE for more details. """ From 57e1ab751a1baf736ddd99c0f42c37514c85f838 Mon Sep 17 00:00:00 2001 From: dmtzs Date: Tue, 19 Dec 2023 17:23:15 -0600 Subject: [PATCH 2/2] Update setup.cfg Passing from version 4.2.2 to 4.2.3. There was only a revision of the code --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f059b59..59f7573 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Flask-authgen-jwt -version = 4.2.2 +version = 4.2.3 author = Diego Martinez license = MIT author_email = gd-code@outlook.com