PythonFlaskIdentityManagement: Difference between revisions

From Traxel Wiki
Jump to navigation Jump to search
Line 16: Line 16:
pip install flask
pip install flask
pip install flask-pyjwt
pip install flask-pyjwt
</syntaxlighlight>
</syntaxhighlight>

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