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
Flask has an OpenAuth extension that's written by the Armin Ronacher (Flask's author). It provides Flask with support for Open Auth 1.0.