From a001f713d98884bfed6bcd1e84d85b8dd1735403 Mon Sep 17 00:00:00 2001 From: Cris Simpson Date: Wed, 17 Feb 2021 11:45:47 -0500 Subject: [PATCH] Update v4_upgrade_guide.rst Fixes typo: 'areput -> 'are put' --- docs/v4_upgrade_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v4_upgrade_guide.rst b/docs/v4_upgrade_guide.rst index 5d8e84d1..b32ccd7d 100644 --- a/docs/v4_upgrade_guide.rst +++ b/docs/v4_upgrade_guide.rst @@ -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.