Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/v4_upgrade_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ upgrading to 4.0.0.
Encoded JWT Changes (IMPORTANT)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- The ``JWT_USER_CLAIMS`` configuration option has been removed. Now when creating
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,
insetad of inside the the nested ``user_claims`` dictionary. This has the very
important benefit of allowing you to override reserved claims (such as ``nbf``)
which was not previously possible in this extension.
Expand Down