fix: replace python-jose with PyJWT to eliminate vulnerable ecdsa dependency
This commit is contained in:
parent
5c02598a46
commit
496334137d
4 changed files with 21 additions and 59 deletions
|
|
@ -20,7 +20,7 @@ dependencies = [
|
|||
"cryptography>=44",
|
||||
# Auth
|
||||
"bcrypt>=4.0",
|
||||
"python-jose[cryptography]>=3.3",
|
||||
"pyjwt[crypto]>=2.9",
|
||||
"authlib>=1.4",
|
||||
"pyotp>=2.9",
|
||||
"webauthn>=2.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue