Skip to content

Commit 59ae4b6

Browse files
authored
fix: Add support for EdDSA and other algorithms in jwt.algorithms.requires_cryptography (jazzband#823)
1 parent c6b428d commit 59ae4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework_simplejwt/backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ES256",
2929
"ES384",
3030
"ES512",
31-
}
31+
}.union(algorithms.requires_cryptography)
3232

3333

3434
class TokenBackend:

0 commit comments

Comments
 (0)