Next | Query returned 19 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2020-05-17 22:18:36 by Adam Ciarcinski | Files touched by this commit (10)
Log message:
pytest from versioned depends
   2019-10-25 11:34:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flask-jwt-extended: updated to 3.24.1

3.24.1:
Fixes a bug where missing JWTs were not being handled gracefully, introduced in \ 
version 3.23.0
   2019-10-15 19:09:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flask-jwt-extended: updated to 3.24.0

3.24.0:
Adds the ability to add custom data to the JWT headers via the headers kwarg \ 
when making new tokens or via the jwt_manager.additional_headers_loader \ 
decorator. These headers can be accessed in your endpoints via the \ 
get_raw_jwt_header function.
   2019-09-11 11:42:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flask-jwt-extended: updated to 3.23.0

3.23.0:
Make header reading compliant with RFC7230, section 3.2.2
   2019-08-29 06:55:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flask-jwt-extended: updated to 3.22.0

3.22.0:
Adds ability to check CSRF double submit token from form data instead of headers.
   2019-08-05 09:59:22 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flask-jwt-extended: updated to 3.21.0

3.21.0
Require flask 1.0 or greater
Move docs to pallets-sphinx-themes
Add a new JWT_DECODE_ISSUER option for use with other JWT providers
Gracefully handle errors for malformed tokens
   2019-07-05 09:57:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flask-jwt-extended: updated to 3.20.0

3.20.0:
Look for JWTs in the same order that they are defined in JWT_TOKEN_LOCATION.
   2019-07-02 05:36:19 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flask-jwt-extended: updated to 3.19.0

3.19.0:
Adds support for using multiple algorithms for decoding JWTs.
   2019-06-17 22:57:39 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-flask-jwt-extended: added version 3.18.2

Flask-JWT-Extended not only adds support for using JSON Web Tokens (JWT) to
Flask for protecting views, but also many helpful (and optional) features built
in to make working with JSON Web Tokens easier. These include:
* Support for adding custom claims to JSON Web Tokens
* Custom claims validation on received tokens
* Creating tokens from complex objects or complex object from received tokens
* Refresh tokens
* Token freshness and separate view decorators to only allow fresh tokens
* Token revoking/blacklisting
* Storing tokens in cookies and CSRF protection

Next | Query returned 19 messages, browsing 11 to 20 | previous