We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83d6e1 commit 2fec851Copy full SHA for 2fec851
jwt/algorithms.py
@@ -52,7 +52,7 @@ def _get_crypto_algorithms():
52
crypto_algorithms['RS512'] = RSAAlgorithm(RSAAlgorithm.SHA512)
53
crypto_algorithms['ES256'] = ECAlgorithm(ECAlgorithm.SHA256)
54
crypto_algorithms['ES384'] = ECAlgorithm(ECAlgorithm.SHA384)
55
- crypto_algorithms['ES521'] = ECAlgorithm(ECAlgorithm.SHA512),
+ crypto_algorithms['ES521'] = ECAlgorithm(ECAlgorithm.SHA512)
56
crypto_algorithms['ES512'] = ECAlgorithm(ECAlgorithm.SHA512)
57
crypto_algorithms['PS256'] = RSAPSSAlgorithm(RSAPSSAlgorithm.SHA256)
58
crypto_algorithms['PS384'] = RSAPSSAlgorithm(RSAPSSAlgorithm.SHA384)
0 commit comments