def authenticate():
    authen = Authentication.validate_access()
    if not authen:
        abort(401)