Skip to content

Releases: dmtzs/Flask-authgen-jwt

Release v4.2.3

19 Dec 23:25
d4d455c
Compare
Choose a tag to compare

Description

  • Authors updated in code
  • Supported and unsupported versions of the library updated

Release v4.2.2

19 Dec 23:09
2debc82
Compare
Choose a tag to compare

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

28 Feb 15:32
6fd193d
Compare
Choose a tag to compare

Improvements added when theres an update to the username and password keys decoded from jwt

Release 4.1.1

12 Feb 16:13
18bc18b
Compare
Choose a tag to compare

Updated requirements file with updated versions of extra dependencies

Release 4.1.0

11 Feb 22:19
e4abf1e
Compare
Choose a tag to compare

Description

Added error handler when authorization header is missing, so now the response for that is in JSON format.

Release 4.0.0

01 Jan 16:05
88d586f
Compare
Choose a tag to compare

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

06 Dec 22:07
e958392
Compare
Choose a tag to compare

Just a revision of the type hints in the library

Release 3.0.0

28 Nov 14:41
c5d2003
Compare
Choose a tag to compare

New feature added

  • Now RSA for encode and decode JWT supported
  • RSA without password supported
  • RSA with password supported

Release 2.0.0

17 Nov 04:09
714dc2a
Compare
Choose a tag to compare

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

08 Nov 23:01
16c3648
Compare
Choose a tag to compare

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