PythonFlaskIdentityManagement: Difference between revisions

From Traxel Wiki
Jump to navigation Jump to search
Line 9: Line 9:
** Demo: https://www.youtube.com/watch?v=J5bIPtEbS0Q
** Demo: https://www.youtube.com/watch?v=J5bIPtEbS0Q
= PyJWT =
= PyJWT =
* working from : https://www.youtube.com/watch?v=J5bIPtEbS0Q


<syntaxhighlight lang="bash" line>
<syntaxhighlight lang="bash" line>

Revision as of 16:13, 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