Skip to content

Commit

Permalink
Update security.md and flask_authgen_jwt.py
Browse files Browse the repository at this point in the history
Updated security file for the unsupported version and supported. Also deleted the contributor that did nothing
  • Loading branch information
dmtzs committed Dec 19, 2023
1 parent b04dfb4 commit 39d86d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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 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 39d86d9

Please sign in to comment.