summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNicolas Simonds <nisimond@cisco.com>2023-05-01 11:05:41 -0700
committerDavid Lord <davidism@gmail.com>2023-05-01 12:13:34 -0700
commit282061cb41d680b98ef99e67afc5d757616251dc (patch)
treee751e766cc2874f58cd18fcfc508f69e66ac87e0 /CHANGES.rst
parent510d7281fff6c739b360800d0294accb9b545c17 (diff)
downloadwerkzeug-282061cb41d680b98ef99e67afc5d757616251dc.tar.gz
Authorization.from_header handles base64 padding in token
co-authored-by: David Lord <davidism@gmail.com>
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 402d3bba..0a37fd89 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,6 +5,9 @@ Version 2.3.4
Unreleased
+- ``Authorization.from_header`` detects tokens that end with base64 padding (``=``).
+ :issue:`2685`
+
Version 2.3.3
-------------