All Versions
11
Latest Version
Avg Release Cycle
72 days
Latest Release
1205 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.4.1
June 03, 2020 -
v1.3.2 Changes
May 16, 2019โ Added
- ๐ง Instant configuration into scoped decorator for inline config changes outside of protected.
-
v1.3.1 Changes
April 25, 2019โ Added
- ๐ Support for False and None scopes.
๐ Changed
- โ Use
request.args
instead ofrequest.query_args
to resolve Depracation Warning.
-
v1.3.0 Changes
April 24, 2019โ Added
- #40. Page redirection for static page protection
- ๐ Support to be able to individually protect class-based view methods without the decorators property
-
v1.2.2 Changes
March 14, 2019 -
v1.2.1 Changes
December 04, 2018๐ Fixed
- ๐ #144 Security bug resolved on empty tokens
-
v1.2.0 Changes
November 08, 2018โ Added
- Custom claims
- ๐ฐ Extra payload validation
- Configuration option: SANIC_JWT_DO_PROTECTION
๐ Changed
- Invalid tokens now 401 instead of 403
-
v1.1.4 Changes
August 06, 2018Fixed
- Bug with
_do_protect
in@scoped
decorator
- Bug with
-
v1.1.3 Changes
August 06, 2018Changed
- ๐ป Exception handling to consistently have a
exception
andreasons
key - ๐ป
reasons
in exception handling to be consistently formatted 400
responses fordebug
turned off, and401
when turned on
๐ Fixed
- ๐ป Exception handling to consistently have a
-
v1.1.2 Changes
June 18, 2018Added
- Ability to send authorization tokens via query string parameters