I have build a very small web application using Flask. Now I would like to add very basic authentication to the site (I don\'t need authorization). As Flask does not support aut
You should take a look at repoze.who, which is authentication framework for WSGI application with plugins available for: