This is an old revision of the document!
Now it's the time to add authentication to our website.
session
) to store the user's state (e.g., an authenticated
boolean + username
).login.html
and logout.html
with the appropriate checks / actions.authenticated
variable inside the Jinja template to conditionally display the user's status.