def sign_in(options)
        return if authenticated?

        status, entry = services.auth.sign_in(options, request)