From 39d86d9680fe54ee400203ad2f9f899080145a2d Mon Sep 17 00:00:00 2001 From: dmtzs Date: Tue, 19 Dec 2023 17:21:32 -0600 Subject: [PATCH] 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. """