To start using Auth, you need at least this code in a model file, which is also provided with the web2py "welcome" application and assumes a db connection object:
from gluon.tools import Auth
auth = Auth(db)
auth.define_tables(username=False,signature=False)