We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f1243 commit d7db2c3Copy full SHA for d7db2c3
authlib/consts.py
@@ -1,5 +1,5 @@
1
name = 'Authlib'
2
-version = '1.3.1'
+version = '1.3.2'
3
author = 'Hsiaoming Yang <me@lepture.com>'
4
homepage = 'https://authlib.org/'
5
default_user_agent = f'{name}/{version} (+{homepage})'
docs/changelog.rst
@@ -6,6 +6,13 @@ Changelog
6
7
Here you can see the full list of changes between each Authlib release.
8
9
+Version 1.3.2
10
+-------------
11
+
12
+- Prevent ever-growing session size for OAuth clients.
13
+- Revert ``quote`` client id and secret.
14
+- ``unquote`` basic auth header for authorization server.
15
16
Version 1.3.1
17
-------------
18
0 commit comments