I am on Drupal 11 and here is my problem:
If I have a node type "article" and another "recipe", I want anonymous users to access only the nodes "article", but not the node "recipe". Only authenticated users should have access to the node types "article" and "recipe". In Drupal 11 the only option in permissions is to see all node types.
How to have the permission to "see published content" for each node type and not for all types ?
Did I look wrong, it's surprising that Drupal 11 is so limited on node permissions, because they are part of the core.