forked from ajkavanagh/pyramid_jwtauth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
41 lines (25 loc) · 1.06 KB
/
CHANGES.txt
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
PENDING
=======
* Initial dev version 0.0.1.dev1.
Forked from https://github.com/mozilla-services/pyramid_macauth version 0.4.0-dev1
0.0.1.dev5
Updated package requires to need PyJWT.
0.0.1.dev4
Updated package so that it can be downloaded for use by Python 3.3/3.4
0.0.1.dev3
Now works properly with RSA keys and fixed issue with not doing a 401 with
the appropriate challenge.
Dropped support for Python 2.6 and 3.2
0.1.1
Works with PyJWT 0.4.x (also unpinned). Contributions by (Wichert Akkerman
<[email protected]>) that enable the auth to use a 'Bearer' header rather than
the custom header 'JWT'.
Dropped support for Python 3.3 in tox, but it should still work fine.
Addition (from development) perspective of using Vagrant to develop and
tox-test the package against python 2.7 and 3.4
0.1.2
Added ability to disable various checks via the PyJWT options{} in the decode()
method. This is configured in the policy via the Pyramid setting system.
0.1.3
Merged PR#11 from Shadizzle to provide ability to configure 'scheme' from the
INI file. Bumped version to 0.1.3.