From 34bb2633b9be1c3bd4b6f2b03f8b0c1d48272cba Mon Sep 17 00:00:00 2001 From: Dohyeon Kim Date: Sat, 14 Jul 2018 16:13:04 +0900 Subject: [PATCH] Fix typo on options.rst --- docs/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options.rst b/docs/options.rst index f7b6a530..612edd2d 100644 --- a/docs/options.rst +++ b/docs/options.rst @@ -35,7 +35,7 @@ General Options: ``JWT_PRIVATE_KEY`` The private key needed for asymmetric based signing algorithms, such as ``RS*`` or ``ES*``. PEM format expected. ``JWT_IDENTITY_CLAIM`` Claim in the tokens that is used as source of identity. - For interoperativity, the JWT RFC recommends using ``'sub'``. + For interoperability, the JWT RFC recommends using ``'sub'``. Defaults to ``'identity'`` for legacy reasons. ``JWT_USER_CLAIMS`` Claim in the tokens that is used to store user claims. Defaults to ``'user_claims'``.