Requiring a customer account in order to comment on blog articles in Shopify.
If you wanted to restrict blog comment functionality to only logged in customers you would just need to wrap the comment section in liquid logic so that it only renders if the visitor is a logged in customer.
With this in place, you could then show some other content about needing to register and/or log into their account in order to comment.