From 7c4175958c531ffbe65295ba111e5f0eebe7974b Mon Sep 17 00:00:00 2001
From: DMRobertson
secret
: This is either the private shared secret or the public key used to
decode the contents of the JSON web token. Required if enabled
is set to true.algorithm
: The algorithm used to sign the JSON web token. Supported algorithms are listed at
-https://pyjwt.readthedocs.io/en/latest/algorithms.html Required if enabled
is set to true.algorithm
: The algorithm used to sign (or HMAC) the JSON web token.
+Supported algorithms are listed
+here (section JWS).
+Required if enabled
is set to true.subject_claim
: Name of the claim containing a unique identifier for the user.
Optional, defaults to sub
.issuer
: The issuer to validate the "iss" claim against. Optional. If provided the
--
cgit 1.5.1