File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ Cryptographic Backends
2929
3030As of 3.1.0, python-jose implements four different cryptographic backends.
3131The backend must be selected as an extra when installing python-jose.
32- If you do not select a backend, the default backend will be installed.
32+ If you do not select a backend, the native-python backend will be installed.
3333
3434Unless otherwise noted, all backends support all operations.
3535
36- Due to complexities with setuptools, the default backend is always installed,
36+ Due to complexities with setuptools, the native-python backend is always installed,
3737even if you select a different backend on install.
3838We recommend that you remove unnecessary dependencies in production.
3939
@@ -56,15 +56,15 @@ We recommend that you remove unnecessary dependencies in production.
5656
5757 * ``rsa ``
5858
59- #. default
59+ #. native-python
6060
6161 * This backend uses `python-rsa `_ and `python-ecdsa `_ for all cryptographic operations.
6262 This backend is always installed but any other backend will take precedence if one is installed.
6363 * Installation: ``pip install python-jose ``
6464
6565 .. note ::
6666
67- The default backend cannot process certificates.
67+ The native-python backend cannot process certificates.
6868
6969#. pycrypto
7070
You can’t perform that action at this time.
0 commit comments