We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae82230 commit 4989d00Copy full SHA for 4989d00
docs/installation.rst
@@ -9,6 +9,20 @@ The easiest way to start working with this extension with pip:
9
10
$ pip install flask-jwt-extended
11
12
+If you want to use asymmetric (public/private key) key signing algorithms, include
13
+the ``asymmetric_crypto`` extra requirements.
14
+
15
+.. code-block:: bash
16
17
+ $ pip install flask-jwt-extended[asymmetric_crypto]
18
19
+Note that if you are using ZSH (possibly other shells too), you will need to escape the brackets
20
21
22
23
+ $ pip install flask-jwt-extended\[asymmetric_crypto\]
24
25
26
If you prefer to install from source, you can clone this repo and run
27
28
.. code-block:: bash
0 commit comments