try:
            user = g.session.query(g.Base.classes.users).filter(
                g.Base.classes.users.auth_token == user_token).one()
        except NoResultFound:
            # *If no user with that email is found with that token then you send 403 error