PythonFlaskIdentityManagement
Revision as of 19:55, 7 November 2023 by RobertBushman (talk | contribs) (Created page with "Category:Python = Links = * flask-identity: https://pypi.org/project/flask-identity/ ** Tutorial: https://www.digitalocean.com/community/tutorials/how-to-add-authentication-to-your-app-with-flask-login ** Quickstart: https://flask-identity.readthedocs.io/en/stable/quickstart.html * PyJWT: https://pypi.org/project/PyJWT/ ** JSON Web Tokens: login, create a token server side with a private key, store it in a cookie")
Links
- flask-identity: https://pypi.org/project/flask-identity/
- PyJWT: https://pypi.org/project/PyJWT/
- JSON Web Tokens: login, create a token server side with a private key, store it in a cookie