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.
2 parents 38d668b + 34bb263 commit cab7729Copy full SHA for cab7729
docs/options.rst
@@ -35,7 +35,7 @@ General Options:
35
``JWT_PRIVATE_KEY`` The private key needed for asymmetric based signing algorithms,
36
such as ``RS*`` or ``ES*``. PEM format expected.
37
``JWT_IDENTITY_CLAIM`` Claim in the tokens that is used as source of identity.
38
- For interoperativity, the JWT RFC recommends using ``'sub'``.
+ For interoperability, the JWT RFC recommends using ``'sub'``.
39
Defaults to ``'identity'`` for legacy reasons.
40
``JWT_USER_CLAIMS`` Claim in the tokens that is used to store user claims.
41
Defaults to ``'user_claims'``.
0 commit comments