PythonFlaskIdentityManagement: Difference between revisions

From Traxel Wiki
Jump to navigation Jump to search
Line 10: Line 10:
= PyJWT =
= PyJWT =


<syntaxhighlight lang="python" line>
<syntaxhighlight lang="bash" line>
cd projects/cypherpunk/cypherpunk_reddit/flask/test_auth
cd projects/cypherpunk/cypherpunk_reddit/flask/test_auth
python3 -m venv .venv
python3 -m venv .venv

Revision as of 16:12, 9 November 2023

Links

PyJWT

cd projects/cypherpunk/cypherpunk_reddit/flask/test_auth
python3 -m venv .venv
source .venv/bin/activate # deactivate to deactivate
pip install flask
pip install flask-pyjwt