Closed luhn closed 1 month ago
To round out my contributions, this PR adds JWK support to api_jws.encode and api_jwt.encode.
api_jws.encode
api_jwt.encode
Most significant change is change of default algorithm to DEFAULT_ALGORITHM. This will resolve to the JWK algorithm if applicable, otherwise HS256.
DEFAULT_ALGORITHM
HS256
To round out my contributions, this PR adds JWK support to
api_jws.encode
andapi_jwt.encode
.Most significant change is change of default algorithm to
DEFAULT_ALGORITHM
. This will resolve to the JWK algorithm if applicable, otherwiseHS256
.