The project has been thoroughly tested before pull request was send. Please, pay attention to the correction of the module WerkzeugAdapter import (/auth/controlers.py). Now it is done as
from authomatic.adapters import WerkzeugAdapter
in contrast to previous version
from authomatic import WerkzeugAdapter
The project has been thoroughly tested before pull request was send. Please, pay attention to the correction of the module WerkzeugAdapter import (/auth/controlers.py). Now it is done as from authomatic.adapters import WerkzeugAdapter in contrast to previous version from authomatic import WerkzeugAdapter