We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b428d commit 59ae4b6Copy full SHA for 59ae4b6
1 file changed
rest_framework_simplejwt/backends.py
@@ -28,7 +28,7 @@
28
"ES256",
29
"ES384",
30
"ES512",
31
-}
+}.union(algorithms.requires_cryptography)
32
33
34
class TokenBackend:
0 commit comments