Hi, is there any suggested way to require login for a whole application. Our application in web2py is for registered customers (whom we manually add) only. For each action we currently have a decorator stating that the user must be logged in. Is there any way to this in one place for the whole app? It would be nice to never have to worry about forgetting an action and be sure that only logged in users can access the application.
Best regards Fredrik