* Changed the package name from flask-digest-auth to Flask-DigestAuth, according to the Flask recommended extension guidelines https://flask.palletsprojects.com/en/latest/extensiondev/ .
* Replaced app.digest_auth with app.extensions["digest-auth"] to store the DigestAuth instance.
* Replaced auth.app with current_app, to prevent circular imports.