Skip to content

Commit 6448d7a

Browse files
committed
rename default backend description to native-python backend
1 parent e6cfa3e commit 6448d7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Cryptographic Backends
2929

3030
As of 3.1.0, python-jose implements four different cryptographic backends.
3131
The 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

3434
Unless 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,
3737
even if you select a different backend on install.
3838
We 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

0 commit comments

Comments
 (0)