diff options
| author | Michael Merickel <michael@merickel.org> | 2016-08-31 23:40:39 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-08-31 23:40:39 -0500 |
| commit | f9a5c5ba01066dfc81805def6aac8dab9dde2d67 (patch) | |
| tree | 8c25b01203992222b7fe0989cf45d641dd4bd99c /CHANGES.txt | |
| parent | dd0a1589a3d6cbf4557ba4987fae48b715bf1714 (diff) | |
| parent | 693cb098a7bc8fbff5fb97c1ac031d0b6e397060 (diff) | |
| download | pyramid-f9a5c5ba01066dfc81805def6aac8dab9dde2d67.tar.gz pyramid-f9a5c5ba01066dfc81805def6aac8dab9dde2d67.tar.bz2 pyramid-f9a5c5ba01066dfc81805def6aac8dab9dde2d67.zip | |
Merge branch 'extract_http_basic' of canni/pyramid into canni-extract_http_basic
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index f679f9993..b485ae59e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -19,6 +19,11 @@ Backward Incompatibilities Features -------- +- The `_get_credentials` private method of `BasicAuthAuthenticationPolicy` + has been extracted into standalone function `extract_http_basic_credentials` + in `pyramid.authentication` module, this function extracts HTTP Basic + credentials from `request` object, and returns them as a named tuple. + Bug Fixes --------- |
