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 a8ca258 commit d8019efCopy full SHA for d8019ef
README.md
@@ -42,6 +42,13 @@ pip install -r requirements-dev.txt
42
python populate_db.py
43
```
44
45
+Set `JWT_SECRET_KEY` environment variable. Run this in a python shell to generate sample keys:
46
+
47
+```python
48
+import secrets
49
+secrets.token_urlsafe(32) # 'fP-3vOuhEr7Nl9DdJiX5XyjOedquOrifDps2KS34Wu0'
50
+```
51
52
Start the server: (Runs on 127.0.0.1:5000)
53
54
```bash
0 commit comments