Skip to content

Commit 715f9d5

Browse files
authored
Update v4_upgrade_guide.rst (#393)
Fixes typo: 'areput -> 'are put'
1 parent 98fb59e commit 715f9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v4_upgrade_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ upgrading to 4.0.0.
1111
Encoded JWT Changes (IMPORTANT)
1212
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1313
- 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,
14+
JWTs with additional claims, those claims are put on the top level of the token,
1515
insetad of inside the the nested ``user_claims`` dictionary. This has the very
1616
important benefit of allowing you to override reserved claims (such as ``nbf``)
1717
which was not previously possible in this extension.

0 commit comments

Comments
 (0)