Releases: dmtzs/Flask-authgen-jwt
Releases · dmtzs/Flask-authgen-jwt
Release v4.2.3
Release v4.2.2
Description
- Security policy updated
- Pylint action updated correctly to gihub standards
- Added github action to validate the new release is not repeated
- Enhancements in doc strings inside the library
- Updated some third party actions used inside the same github actions created by me
- Instead of using integers inside the library now are the same but using the http library
- The creation of new releases are automated now, so publish to pypi is automated too from the beginning
Release 4.1.2
Improvements added when theres an update to the username and password keys decoded from jwt
Release 4.1.1
Updated requirements file with updated versions of extra dependencies
Release 4.1.0
Description
Added error handler when authorization header is missing, so now the response for that is in JSON format.
Release 4.0.0
Description
The reason about why from 3.0.1 now we are in 4.0.0 is because new functionality added to the library.
- Now to generate tokens there is the possibility to instead of adding username and password that comes from basic auth now it can be possible to use a json body in the request to use the username and password from json body instead of the ones in basic auth credentials.
- Error handlers added to the library that were not considered before.
Release 3.0.1
Just a revision of the type hints in the library
Release 3.0.0
New feature added
- Now RSA for encode and decode JWT supported
- RSA without password supported
- RSA with password supported
Release 2.0.0
Fixes
- Bug corrections
Enhancements
- Added new functionality in which you can define the name of the keys for the username and password for the class GenJwt
- Added new functionality in which you can define the name of the keys for the username and password for the class DecJwt
- Added some code examples in which you can see all functionalities implemented and the way of how to use it
Release 1.2.4
Fixes:
- Correction in GenJwt class in which logic was not functional for real cases
- Correction in DecJwt class in which logic was not functional for real cases
- Correction in type hints
Enhancements:
- Changed the way the library works, documentation will be uploaded