Closed luhn closed 3 months ago
Followup on #886. Although I updated the JWS API, the JWT API independently requires a non-empty algorithms list. This PR just removes that enforcement entirely—We can rely on the JWS API to make sure an appropriate algorithms list is passed in.
Done.
Followup on #886. Although I updated the JWS API, the JWT API independently requires a non-empty algorithms list. This PR just removes that enforcement entirely—We can rely on the JWS API to make sure an appropriate algorithms list is passed in.