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/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 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. """