forked from pallets-eco/flask-jwt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
48 lines (30 loc) · 969 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Flask-JWT Changelog
===================
Here you can see the full list of changes between each Flask-JWT release.
Version 0.3.2
-------------
Released November 3rd 2015
- Fixed an Authorization header conditional bug
Version 0.3.1
-------------
Released October 26th 2015
- Fix a bug with `auth_request_handler`
- Deprecate `auth_request_handler`
Version 0.3.0
-------------
Released October 15th 2015
.. note:: This release includes many breaking changes
- Fix major implementation issue with encoding/decoding tokens
- Changed new configuration options to align with PyJWT
- Changed `current_user` to `current_identity`
Version 0.2.0
-------------
Released June 10th 2014
- Fixed an issue where `current_user` was not None
- Added a response handler hook to be able to adjust auth response(s)
- Removed the configurable handlers in favor of decorators
- Removed pyjwt dependency
Version 0.1.0
-------------
Released March 5th 2014
- Initial release