Skip to content

Commit

Permalink
Merge pull request #79 from dmtzs/development
Browse files Browse the repository at this point in the history
Update security.md and flask_authgen_jwt.py
  • Loading branch information
dmtzs committed Dec 19, 2023
2 parents 2debc82 + 57e1ab7 commit d4d455c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Flask-authgen-jwt
version = 4.2.2
version = 4.2.3
author = Diego Martinez
license = MIT
author_email = [email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/flask_authgen_jwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down

0 comments on commit d4d455c

Please sign in to comment.