📝 Simplify docs note

This commit is contained in:
Sebastián Ramírez 2024-05-20 10:32:44 -07:00
parent 875c02576d
commit 1c85438490
1 changed files with 3 additions and 8 deletions

View File

@ -40,15 +40,10 @@ $ pip install pyjwt
</div>
<a href="https://github.com/jpadilla/pyjwt" class="external-link" target="_blank">PyJWT</a> The default package includes types and common cryptography algorithms like `HS256`, `HS512`, `PS*`, `RS*`, among others
!!! info
If you are planning to use digital signature algorithms like RSA or ECDSA, you should install the cryptography library dependency `pyjwt[crypto]`.
If you are planning to use digital signature algorithms like RSA or ECDSA, you should install the cryptography library dependency `pyjwt[crypto]`.
For more info please visit <a href="https://pyjwt.readthedocs.io/en/latest/installation.html" class="external-link" target="_blank">PyJWT Cryptographic Dependencies (Optional)</a>.
!!! note
This tutorial previously used <a href="https://github.com/mpdavis/python-jose" class="external-link" target="_blank">python-jose</a>.
But it was deprecated to use PyJWT instead as python-jose seems to be abandoned and several security issues(CVE) has been reported using this outdated library.
You can read more about it in the <a href="https://pyjwt.readthedocs.io/en/latest/installation.html" class="external-link" target="_blank">PyJWT Installation docs</a>.
## Password hashing