Stefan4472 / Stefans-Blog

Personal blogging platform built in Python
MIT License
0 stars 0 forks source link

Simple user accounts with login #65

Closed Stefan4472 closed 1 year ago

Stefan4472 commented 2 years ago

Use Flask-Login.

Stefan4472 commented 2 years ago

Success.

Used this tutorial: https://www.digitalocean.com/community/tutorials/how-to-add-authentication-to-your-app-with-flask-login

See also: