File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6- pending
7- =======
6+ 2.0.0 (2021-07-27)
7+ ==================
88
99* Make `get_or_create_user ` compatible with custom scope configuration
1010 by moving scope specific code to `describe_user_by_claims `
11+ Thanks `@cfra <https://github.com/cfra >`_
12+ * Add support for Django 3.2
13+ Thanks `@jannh <https://github.com/jannh >`_
14+ * Add configuration to opt in logout using GET
15+ * Fix url encoding using escaped space characters
16+ * Pass email as named argument in create_user
17+ * Do not fail if JWK does not have a key ID
18+ Thanks `@cfra <https://github.com/cfra >`_
19+ * Update middleware init to configure settings
20+ Thanks `@dreynolds <https://github.com/dreynolds >`_
21+ * Add SessionAuthentication to DRF auth class
22+ Thanks `@SpyTec <https://github.com/SpyTec >`_
23+
24+ Backwards-incompatible changes:
25+
26+ * Drop Django 1.x support
27+ * Drop Python2 support
28+
1129
12301.2.4 (2020-08-19)
1331==================
You can’t perform that action at this time.
0 commit comments