We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fbf59b commit 90d70e6Copy full SHA for 90d70e6
1 file changed
README.md
@@ -15,6 +15,12 @@ Platform-Agnostic Security Tokens for Python
15
pip install python-paseto
16
```
17
18
+### Check installation
19
+```python
20
+python -m paseto
21
+```
22
+`libsodium` is required, this will check if it is installed on your system. On Ubuntu 20.04 you can get it with `sudo apt install libsodium23`.
23
+
24
# Low level API
25
Implements PASETO V2 encrypt / decrypt / sign / verify functions,
26
supports both `v2.local` and `v2.public` messages.
0 commit comments