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 98fb59e commit 715f9d5Copy full SHA for 715f9d5
docs/v4_upgrade_guide.rst
@@ -11,7 +11,7 @@ upgrading to 4.0.0.
11
Encoded JWT Changes (IMPORTANT)
12
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13
- The ``JWT_USER_CLAIMS`` configuration option has been removed. Now when creating
14
- JWTs with additional claims, those claims areput on the top level of the token,
+ JWTs with additional claims, those claims are put on the top level of the token,
15
insetad of inside the the nested ``user_claims`` dictionary. This has the very
16
important benefit of allowing you to override reserved claims (such as ``nbf``)
17
which was not previously possible in this extension.
0 commit comments